[PHP-DB] Pagination

2004-12-05 Thread Valerie
It shows next and the first 10 records but will not bring up the next 10 when next is pressed. ?php require ('db_params.inc'); if(!$start) $start = 0; $query2 = 'SELECT count(*) as count ' . ' FROM `Wellington` ' . ' WHERE`location`=Hills'; $result2 = mysql_query($query2);

[PHP-DB] pagination

2004-12-05 Thread Valerie
It shows next and the first 10 records but will not bring up the next 10 when next is pressed. ?php require ('db_params.inc'); if(!$start) $start = 0; $query2 = 'SELECT count(*) as count ' . ' FROM `Wellington` ' . ' WHERE`location`=Hills'; $result2 =

Re: [PHP-DB] Mail Header Redirect

2004-10-05 Thread Valerie
When I echo $sent, it returns 1. Thanks, Valerie - Original Message - From: Bastien Koert [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 10:03 AM Subject: RE: [PHP-DB] Mail Header Redirect if you echo $Sent, what do you get? bastien From

Re: [PHP-DB] Mail Header Redirect

2004-10-05 Thread Valerie
Yes, I put an echo statement inside the function itself and it returns fine. The problem appears to be with the header location. Thanks again, Valerie - Original Message - From: Bastien Koert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 3