Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
enable error reporting in PHP
Name: br1an Date: April 25, 2004 at 16:17:24 Pacific OS: WinXP CPU/Ram: 128
Comment:
hi, i have installed PHP 4.3.5 on IIS 6. I have turned on the error report in the php.ini file. Did i miss anything? there is no error report here. just a blank page appears if there was an error in proccessing my script. thanks
Name: anonproxy Date: April 27, 2004 at 10:34:57 Pacific
Reply:
In php.ini there is an error_reporting directive (which specifies level of reporting) and a display_errors directive. Both have to be set. Beyond that, make sure your error would be displayed (i.e. that there is in fact an error), that there is no @ sign to suppress the error, and that the parser is operating.
Summary: Im trying to make a logon script in PHP. When I run the webpage i get an error that says: [error] mysql_numrows(): supplied argument is not a valid MySQL result resource in [dir] on line 79 [/error] H...
Summary: Here is a possible frameset solution (in case boa's setup doesn't work with mine or anonproxy's GET method.) This is O.K., it's at least more transparent than the JS solution, and doesn't rely on the ...
Summary: Since you are wanting to open an HTML page and not a PHP page I am assuming you are not passing any form data to it. If that is the case you do not need to use PHP at all. A little javascript will do ...