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?