Chip Shabazian wrote:
$dvd_time_result = mysql_query($dvd_time_query);
echo "".$dvd_time_result."";
?>
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_fet
On Sat, 2002-11-09 at 23:53, Chip Shabazian wrote:
> ok, here is my code without all of the html (sorry people). I'm trying
> to get a sum of the field runtime. With this code, I get "Resource id
> #3" as an error. Any help getting me to the proper result would be
> greatly appreciated.
>
> @$
ok, here is my code without all of the html (sorry people). I'm trying
to get a sum of the field runtime. With this code, I get "Resource id
#3" as an error. Any help getting me to the proper result would be
greatly appreciated.
".$dvd_time_result."";
?>
Thanks,
Chip