MySQL Forums
Forum List  »  PHP

Re: unable to find the bug
Posted by: Chis Florinel
Date: September 08, 2005 02:54AM

$sql= "DELETE FROM addjobs WHERE id = $id";

//echo $sql;
//$res = mysql_query($sq1,$link);
$res = execute_non($sq1);

replace sql1 - ONE with $sql (L - letter L):


$res = mysql_query($sql,$link);
or
$res = execute_non($sql);

Options: ReplyQuote


Subject
Written By
Posted
September 08, 2005 01:19AM
Re: unable to find the bug
September 08, 2005 02:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.