Jump to content

basic query driving me nuts


aussiefly

Recommended Posts

hey guys,

 

for some reason im getting a funny return from this query:

 


$query = mysql_query("SELECT `balance` FROM `members` WHERE userid = '415'");

echo $query;

 

now it just keeps echoing Resource #6. So I thought it was obviously a problem with my query...but when i go and run the query in phpmyadmin it brings up the result no problems.

 

Its freaking driving me nuts...ive been screwing with it for 2 hrs now.

 

Anyone know why ???

Link to comment
https://forums.phpfreaks.com/topic/93037-basic-query-driving-me-nuts/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.