Jump to content
MakeWebGames

Recommended Posts

Posted

The code in question is

function remove_friend()

{

global $db,$ir,$c,$userid;

$db->query("DELETE FROM contactlist WHERE cl_ID={$_GET['f']} AND cl_ADDER=$userid");

print "Contact list entry removed!

> Back";

}

$h->endpage();

?>

The error is when you try to remove a contact. The error is

QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND cl_ADDER=1' at line 1

Query was DELETE FROM contactlist WHERE cl_ID= AND cl_ADDER=1

 

Any help would be great and many thx in advance for any replies.

Posted

Re: Contacts Error?

Replaced with your query. It says contact deleted but it still remains in the list????????????????? However no error this time but it just dosent do what it says it should do.

Posted

Re: Contacts Error?

The page at the start that shows the list of contacts is contactlist.php and then when you try to remove the contact its contactlist.php?action=remove&f=

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.   Paste as plain text instead

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