Am trying to get an insert statement working,
$result has null in it, what exactly does that mean? Clearly not working as am not seeing a new row being addedCode:$sql = "insert into sbyd_member_group (mcid, name, desc, members) values ('$groupid', '$title', '$newdescription', 0)"; $result = mysql_query($sql ,$db); die("$result = '" . $result . "'");![]()




Reply With Quote