Jump to content

Query problems


Ltj_bukem

Recommended Posts

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

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.