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 Link to comment https://forums.phpfreaks.com/topic/71021-query-problems/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.