Hi,

Friday, March 19, 2004, 2:26:06 AM, you wrote:

F> "Tom Rogers" <[EMAIL PROTECTED]> wrote in message
F> news:[EMAIL PROTECTED]

F> Cool, it works!
F> include ("the file where the tables are stored") after the the
F> variables are defined, and it works.
F> I took 3 semesters of C and C++  programming. I should have figured that out myself.

F> Thanks Tom. Can you steer me to where the E_ALL error reporting gets activated?
F> Some ini file I imagine?

F> And oh yeah, I don't know if it helped Jake, but it worked for me.
F> Thanks for starting the topic, Jake.

F> Dale

For permenent settings it is done in php.ini   ('error_reporting')
while developing you can put this at the top of each page:

error_reporting(E_ALL);

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to