Code Comments
Programming Forum and web based access to our favorite programming groups.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@frcpgh.org]
Sent: 17 May 2005 03:07
To: php-db@lists.php.net; php_mysql@yahoogroups.com
Subject: [PHP-DB] 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
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.