Search found 5 matches

by Bios___
Sat Jan 17, 2009 3:01 pm
Forum: PHP - Code
Topic: mysql_fetch_array, would like to fetch certain information
Replies: 8
Views: 693

Re: mysql_fetch_array, would like to fetch certain information

My apologies, watson, your code did work...But gave me this message : -

Code: Select all

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Resource id #8' at line 1
by Bios___
Sat Jan 17, 2009 2:32 pm
Forum: PHP - Code
Topic: mysql_fetch_array, would like to fetch certain information
Replies: 8
Views: 693

Re: mysql_fetch_array, would like to fetch certain information

I'm sorry, but that has confused me. What should the statement look like?

Also, thank you watson516, but your query didn't work.
by Bios___
Sat Jan 17, 2009 2:10 pm
Forum: PHP - Code
Topic: mysql_fetch_array, would like to fetch certain information
Replies: 8
Views: 693

Re: mysql_fetch_array, would like to fetch certain information

What are the C, and SC meant to represent?
by Bios___
Sat Jan 17, 2009 1:12 pm
Forum: PHP - Code
Topic: mysql_fetch_array, would like to fetch certain information
Replies: 8
Views: 693

mysql_fetch_array, would like to fetch certain information

I have a database, with two tables. Category table: - +------------+----------+ | categoryId | category | +------------+----------+ | 1 | Games | | 2 | Software | | 3 | Hardware | | 4 | Film | +------------+----------+ Subcategories table: - +---------------+------------+-----------------+ | subcate...