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:[EMAIL PROTECTED]
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

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

Reply via email to