hi all
i am trouble shooting somthing and i was curious what happens when i try to print the results from a mysql query
example
[PHP]
$result = mysql_query("SE LECT bubbles, fairys FROM holes WHERE plants='$grow'" );
echo $result;
[/PHP]
i am trouble shooting somthing and i was curious what happens when i try to print the results from a mysql query
example
[PHP]
$result = mysql_query("SE LECT bubbles, fairys FROM holes WHERE plants='$grow'" );
echo $result;
[/PHP]
Comment