06-12-2008, 07:56 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Maine, USA
Posts: 92
Thanks: 2
|
You need to run mysql_query on those sql strings.
Like this:
mysql_fetch_assoc works on valid mysql result sets and not on strings that are intended to be queries.
__________________
-- Bill
"Why is it drug addicts and computer aficionados are both called users?" -Clifford Stoll
|
|
|
|