Chip Shabazian wrote:

$dvd_time_result = mysql_query($dvd_time_query);

echo "<td class=m><font size = -1><b>".$dvd_time_result."</b></td>";
?>

I'm not going to bother answering the question, but the answer is in those two lines (more specifically, the lack of another needed line). Go read the PHP docs at http://php.net/mysql_fetch_array for a hint, and then the entire docs again so you know what you're doing.

--
Michael T. Babcock
C.T.O., FibreSpeed Ltd.
http://www.fibrespeed.net/~mbabcock



---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Reply via email to