Re: [PHP] "Sense" last record

2007-04-09 Thread Mário Gamito
Hi, Thank you all for your answers. I solved the problem with: debug=1; $conn = &ADONewConnection('mysql'); $conn->PConnect($host,$user,$password,$database); // insert subscription values $recordSet = &$conn->Execute("SELECT id_news, date, now, title, lead, body FROM news ORDER BY n

Re: [PHP] "Sense" last record

2007-04-09 Thread tg-php
tems. -TG = = = Original message = = = - Original Message - From: "M~rio Gamito" <[EMAIL PROTECTED]> To: Sent: Monday, April 09, 2007 3:31 PM Subject: [PHP] "Sense" last record > Hi, > > I'm doing this site that has three news in the homepag

Re: [PHP] "Sense" last record

2007-04-09 Thread Satyam
Monday, April 09, 2007 3:31 PM Subject: [PHP] "Sense" last record Hi, I'm doing this site that has three news in the homepage. You can see the static version here: http://www.telbit.pt As you can see, the two first news have "blocoTexto" class and the third, "b

RE: [PHP] "Sense" last record

2007-04-09 Thread Peter Lauri
site www.carbonfree.org.uk - become Carbon Free > -Original Message- > From: Mário Gamito [mailto:[EMAIL PROTECTED] > Sent: Monday, April 09, 2007 3:32 PM > To: php-general@lists.php.net > Subject: [PHP] "Sense" last record > > Hi, > > I'm doing this

[PHP] "Sense" last record

2007-04-09 Thread Mário Gamito
Hi, I'm doing this site that has three news in the homepage. You can see the static version here: http://www.telbit.pt As you can see, the two first news have "blocoTexto" class and the third, "blocoTextoLast" Now, i'm developing a dinamyc structure where the news are stored in a MySQL databa