Re: Help with mysql_fetch_array

2002-11-10 Thread Michael T. Babcock
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

RE: Help with mysql_fetch_array

2002-11-09 Thread John Coder
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. > > @$

RE: Help with mysql_fetch_array

2002-11-09 Thread Chip Shabazian
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