Permissions, print, phpinfo
Posted: Sat Dec 09, 2006 4:40 am
Hi, long time no posting but I've been reading "none the less"(spelling?).
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:
What I get is the prints, but no phpinfo().
Cheers,
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,