[PHP] Paging / Navigation Help

2002-12-12 Thread William Martell
Hello ALL. Can anyone tell me why the number of rows is always 1 and count is the total number of records in my database. Thanks in Advance, William [snip] HTML HEAD TITLE/TITLE /HEAD BODY ?php $db = mysql_connect(localhost, root); mysql_select_db(dallas, $db); $result =

Re: [PHP] Paging / Navigation Help

2002-12-12 Thread 1LT John W. Holmes
PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 2:56 PM Subject: [PHP] Paging / Navigation Help Hello ALL. Can anyone tell me why the number of rows is always 1 and count is the total number of records in my database