Page 1 of 1

mysql_query(1,2,3)

Posted: Mon Aug 30, 2004 2:01 am
by ol4pr0
trying to do the following

Code: Select all

$result = mysql_query($query_u,$query_com,$query_a);
error returned
Wrong parameter count for mysql_query()
being a bit lazy lol, i know hehehe.. but i guess there must be a way to do it :)

Posted: Mon Aug 30, 2004 2:11 am
by markl999
Just do 3 separate queries or see if you can combine the 3 into 1 query.

Posted: Mon Aug 30, 2004 2:19 am
by ol4pr0
Hmm doing a select with joins i am kinda practicing now, however i have a couple of tables, and rather some information going up..