Re: [PHP] Date formatting in PHP 3.0

2001-08-30 Thread Paul McGee
Thanks, I knew it was something stupid! However, the $dy = date ("D", $row[0]) doesn't work. "* R&Ze:" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > From: Paul McGee <[EMAIL PROTECTED]> > Date: T

[PHP] Date formatting in PHP 3.0

2001-08-30 Thread Paul McGee
I'm looping through a MSQL db pulling out the dates where I would like to display the date and then the day of the week. The problem is that every date returns the same day of the week, Wed. I checked the documentation and it doesn't say anything about the expression only being executed once duri