Jump to content

Whats wrong with my sql query


deansaddigh

Recommended Posts

Hi guys, just wondered if anyone knows whats wrong with this

	//Send an email
		$headers = "From: languageschoolsuk.com\r\n";
		if (mail($email, $subject, $message, $headers)) 
		{
		  echo("<p>Message successfully sent!</p>");
		  
		  //Update the enquiry record to show that it has been replied to
		  $query ="UPDATE enquiry SET replied=YES  WHERE  enquiry_id = ".$enquiry_id;
		  $result = mysql_query($query, $conn)
		  or die ("Unable to perform query");			  
		  
		} 
		else 
		{
		  echo("<p>Message delivery failed...</p>");
		}

 

IM getting the unable to perform query, the $enquiry_id is set

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.