RE: [PHP] About sessions !! (fwd)

2001-04-24 Thread johndmiller
try doing the session_register and then $myvar = 1; I think when you do the session_register the value of $myvar gets initialized to null. -- Forwarded message -- Date: Tue, 24 Apr 2001 11:23:17 -0300 From: Hassan Arteaga <[EMAIL PROTECTED]> To: "Php (E-mail)" <[EMAIL PROTECTED]>

RE: [PHP] trouble reading a database (fwd)

2001-04-23 Thread johndmiller
Thanks for the pointer about ' vs ". I have changed my code to used these. The code is a lot cleaner. I am still getting a not found error. Below is the new "cleaner" messages that I display. One point that may be important, FLD_Name and FLD_Path are the primary key. Couple of questions, can

[PHP] trouble reading a database (fwd)

2001-04-23 Thread johndmiller
I have posted the following message a couple of times on the php-db list and have not gotten a response. I am hoping someone here is willing to help. Thank you John Below is the output and code for my problem. When the database gets read, it returns 0 rows. When it writes, it says it can't b