Thread: php 5 problem
View Single Post
Old 06-29-2004, 05:15 AM   #2 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Do you receive any errors?

in your php.ini, check the following settings:

Code:
error_reporting  =  E_ALL & ~E_NOTICE
display_errors = on
display_startup_errors = on

-r
idx is offline   Reply With Quote