|
|
![]() |
How to show errors PHP ?
By default, your server shouldn't show your php scripts errors as it would be an obvious security hole. To avoid to change the option in the php.ini file, this small code should allow you to see the errors in your scripts on your server : ini_set('display_errors', 1);
Finally if you want to modify the php.ini file, this is where it happens : ; - display_errors = Off [Security] guest-hoila (2008-11-05 20:48:18) Display errors PHP ini_set('display_errors', 1);... is enough. ficgs How to show errors PHP ? snippets.dzone.com/posts/show/1718 www.wallpaperama.com/forums/how-to-display-php-errors-in-my-script-code-when-display-errors-is-disabled-t453.html snipplr.com/view/3/show-php-errors/ formtoemail.com/support/show_errors_on_form_page.php bytes.com/groups/php/536526-error_reporting-does-not-show-error www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/Q_22415133.html discuss.joyent.com/viewtopic.php?id=239 forums.devarticles.com/mysql-development-50/php-doesn-t-show-errors-mysql-user-and-host-not-4590.html forum.webedition.de/phpBB/viewtopic.php?f=2&t=523 www.inkbird.net/php/php-show-errors www.sugarcrm.com/forums/showthread.php?p=162288 www.talkphp.com/advanced-php-programming/3399-how-capture-show-error-oop-php-user.html forums.devnetwork.net/viewtopic.php?f=18&t=11516 www.entropy.ch/phpbb2/viewtopic.php?t=327 www.helpingwebmasters.com/free-hosting-general-support/can-i-make-php-show-error-messages-t3134.0.html www.cs.trincoll.edu/hfoss/wiki/How_to_display_errors_in_PHP www.trap17.com/index.php/php-error-htaccess-solution_t44268.html www.wampserver.com/phorum/read.php?2,51492 forums.whirlpool.net.au/forum-replies-archive.cfm/317747.html webscripts.softpedia.com/script/Snippets/Let-php-show-all-errors-26162.html archives.postgresql.org/pgsql-php/2002-04/msg00068.php byet.net/showthread.php?t=2170 www.gobdg.com/blog/2008/10/15/php-display-errors-error-reporting-debugging-etc/ codesnippets.joyent.com/posts/show/1032 www.phpreferencebook.com/tag/display-errors/ forum.symfony-project.org/index.php/m/63151/ forums.codewalkers.com/pear-packages-47/mdb2-do-the-first-query-but-show-error-in-the-864247.html forge.typo3.org/issues/show/3050 www.justskins.com/forums/how-to-make-php-show-warnings-and-errors-3153.html forums.pligg.com/bug-report/11244-show-error-when-i-enable-google-adsense-revenue-sharing-v0-1-a-2.html www.sitepoint.com/forums/showthread.php?t=543896 mambo-developer.org/api/_variables/showerrors.html Related posts & websites : moderator (2008-08-02 12:46:37) PHP rsort Definition and Usage The rsort() function sorts an array by the values in reverse order. This func(...) moderator (2008-08-02 12:36:44) PHP sort Definition and Usage The sort() function sorts an array by the values. This function assigns new(...) moderator (2008-08-02 12:29:10) PHP arsort Definition and Usage The arsort() function sorts an array by the values in reverse order. The (...) moderator (2008-08-02 12:23:12) PHP asort Definition and Usage The asort() function sorts an array by the values. The values keep thei(...) moderator (2008-08-02 12:15:57) PHP krsort Definition and Usage The krsort() function sorts an array by the keys in reverse order. Th(...) moderator (2008-08-02 12:10:15) PHP ksort Definition and Usage The ksort() function sorts an array by the keys. The values keep th(...)
[Buzz]
[Discussions]
[Seo forums]
[Meet people]
[Directory]
[Glossary]
[Last posts] [Games online] [Register] [Help] [About] |
|
![]() Write upside down ! (works with Facebook, MySpace, Youtube, MSN, Yahoo, Bebo, Hi5...) |