Sorry for posting in here, was unsure of the proper place to put it.
Ok, the problem:
I have some code taht I have tested and seems to work. Uploaded the code to a remote server and I have this problem:
index_test.php has a this code inside:
Code: Select all
<?php
print "0 #####<br>\n";
phpinfo();
print "1 #####";
?>Cheers,