where u make a mistake but the server doesnt tell you actually what the mistake is?
eg
my server (soon be taking local flying lessons) wont output any errors what so every
ive got this code
<?
print()
?>
thats it no includes no nothing
it should say
error: undefinded call to function print() on line 1 or somthing like that but it doesnt
if i do this
<?
$gonna = "go"
echo "gonna $gonna mad"
?>
it wont tell me that ive missed the ; it will just stop and give me a blackpage
see for yourself
http://adamuk.serveftp.com/123.php
anyone got any ideas?
servers runnin willitwork 2000 server
ive attachted a copy of the php.ini file incase thats any help
eg
my server (soon be taking local flying lessons) wont output any errors what so every
ive got this code
<?
print()
?>
thats it no includes no nothing
it should say
error: undefinded call to function print() on line 1 or somthing like that but it doesnt
if i do this
<?
$gonna = "go"
echo "gonna $gonna mad"
?>
it wont tell me that ive missed the ; it will just stop and give me a blackpage
see for yourself
http://adamuk.serveftp.com/123.php
anyone got any ideas?
servers runnin willitwork 2000 server
ive attachted a copy of the php.ini file incase thats any help













