PHP Tag Stripping ...

A.I. BOT

New member
Joined
Jun 11, 2005
Messages
1
Alright,

When I upload a php file for example:

PHP:
<?php
$hello = 'Hi';
$$hello = ' Man';
print $hello . ${$hello};
?>

It says successfully uploaded. So, I go to edit the file and when i do the "<?php" part of the tag is gone :( why is it stripping it out?
 
How are you uploading the file? FTP ? File-Manager?

If FTP, as ascii or as binary?

And how are you reading it to see that parts of it have been stripped out?

Jeff
 
Back
Top