Ltj_bukem Posted September 28, 2007 Share Posted September 28, 2007 Hi. I'm trying to create a query that logs onto the datbase & retrieves a users email address and then displays it. Here's the code; <? print "Your email adddress is " ; $conn = db_connect(); $result = $conn->query("select email from user where email='$email'"); ?> I've had the following response :Catchable fatal error: Object of class mysqli_result could not be converted to string. Can anyone help with this. Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/71021-query-problems/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.