A good way to help you troubleshoot your php code is to use the helpful messages php returns when an error occurs. To do this, enter the following code.
1 2 | ini_set("display_errors","2"); ERROR_REPORTING(E_ALL); |
A good way to help you troubleshoot your php code is to use the helpful messages php returns when an error occurs. To do this, enter the following code.
1 2 | ini_set("display_errors","2"); ERROR_REPORTING(E_ALL); |
This entry was posted on Wednesday, May 13th, 2009 and is filed under PHP. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^