Alright,
When I upload a php file for example:
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?
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?