MySQL pulling the resource result
now another problem
i'm pulling something from sql and gettin Resource id #4
and !== is not equivalent
good luck with that one
it's configured only to accept localhost connections on that database =)
…
and i don't naively pass input into queries
no1?
DocStly, you are pulling the resource result not the data. use.. while($row = mysql_fetch_assoc($result)){ use $row } Trancer: thanks, I figured it out, i didnt have the variable being set before the output of the form
now it says array :-\
DocStly, http://php.net/mysql_query read up!