RE: Showing the next entry

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Can you send the query and some code that you're using? You probably want to
loop like this:

while ($row = mysql_fetch_assoc($cursor)) {
	echo $row{"case_note"} . "<br />";
}

Jos

-----Original Message-----
From: John R. Sims, Jr. [mailto:jsims@xxxxxxxxxx]
Sent: 17 May 2005 03:07
To: php-db@xxxxxxxxxxxxx; php_mysql@xxxxxxxxxxxxxxx
Subject:  Showing the next entry


Hi All,
 
I have developed a script that allows me to select a students name from the
client table and display the call information from the case_note table, but
the report only shows the first available case_note for an individual.  I
want this script to display all entries for the specific client in the
case_note table.
 
Can anyone point me in the right direction.
 
Keeping the faith in fatherhood
 
John

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux