View Single Post
Old 31-03-2006, 12:28 AM   #1 (permalink)
adam
Registered User
 
adam's Avatar
 
Join Date: Jan 2003
Location: UK
Posts: 181
I am not getting errors in php...

and now its getting frustrating.

If I try to use the following code I should get an error message telling me I messed up around Matt
PHP Code:
<?php
$first_name 
"Matt';
    print "
Welcome$first_name";
?>
However, all I get is nothing.

phpinfo() tells me that display_errors = on

I've tried adding error_reporting(E_ALL);

which don't know will make any difference but it doesn't seem to.

on a side note phpinfo() says that the include_path = .;c:\php4\pear I don't if this is correct either way I can't seem to get PEAR working either.

So how do I get my errors?
adam is offline   Reply With Quote