Re: [PHP] displaing news

2001-09-12 Thread Tom Carter
1 6:12 PM Subject: Re: [PHP] displaing news > Thanks Tom, > > I'm still a newbie at this stuff though, so can you (or anyone) look this > over and tell me what I did wrong... > > //Connect to db > $db = mysql_pconnect("localhost"); > mysql_select_db(&qu

Re: [PHP] displaing news

2001-09-12 Thread nate
at " . $myrow["time"] . $myrow["$tod"] . "" . $myrow["news"] . ""; } $lastdate=$thisdate; } ?> I wasn't sure how to assign the $lastdate and $thisdate variables. - Original Message - From: "Tom Carter" <[EM

Re: [PHP] displaing news

2001-09-12 Thread Tom Carter
12, 2001 5:24 PM Subject: [PHP] displaing news Hey all! I have a slight problem I was hoping you could help me with. I wrote earlier but no response (so one last try). I'm writing a little news script for my site, and well here is the scenario: The SHORT: I have news,headline,author,date,time,

[PHP] displaing news

2001-09-12 Thread nate
Hey all! I have a slight problem I was hoping you could help me with. I wrote earlier but no response (so one last try). I'm writing a little news script for my site, and well here is the scenario: The SHORT: I have news,headline,author,date,time,etc. all in a table in a mysql db, that I use