I dont believe it to be an error because Ive run this from the CLI on my
zeus system.  I have also echoed out the sql statement to read exactly what
is being read.  The other elements in the record are return as expected,
except for the timestamp in which the DATE_FORMAT mysql function is called.

I know its got to be problem with the string terminators and or the way the
fetch_array reads the elements of a record in my database.



----- Original Message -----
From: "Jennifer Goodie" <[EMAIL PROTECTED]>
To: "Dan J. Rychlik" <[EMAIL PROTECTED]>; "Chris W. Parker"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, September 23, 2003 7:25 PM
Subject: RE: [PHP] SQL statement


> > Jennifer, you're right, I am using fetch_array...  I tried to use your
> > suggestion, and it failing as well, It wont even execute....
> >
> > Do you have a better method of looping through all these records??
> >
>
> There's probably an error in my SQL syntax.  What is mysql_error() telling
> you?  If it was my query and my database I'd probably know what the
problem
> is just by looking, but it isn't and I don't.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

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

Reply via email to