Posted by Kimmo Laine on 02/18/07 06:06
matthud@gmail.com kirjoitti:
> $query = "SELECT chunks FROM tagtochunk WHERE tag = '$value'";
....
> $row = mysql_fetch_array($query, MYSQL_ASSOC);
I've done this mistake many times. See, $query is the actual query
string, you need $result for mysql_fetch_array() :)
--
"En ole paha ihminen, mutta omenat ovat elinkeinoni." -Perttu Sirviö
spam@outolempi.net | Gedoon-S @ IRCnet | rot13(xvzzb@bhgbyrzcv.arg)
[Back to original message]
|