I tried uploading files to my server
my.php (normal local file)
<?php
$box_title= "SEARCH ME"
?>
After uploading via FileZilla FTP Client (remote server file)
// SOMETIMES ABOVE FILE BECOMES
<?php$box_title= "SEARCH ME"?>
// OR SOMETIMES LIKE THIS
<?php
$box_title= "SEARCH ME"
?>
I suspect this is a server related issue, but not sure. Can anyone explain this problem with solution
Thanks