KiwiDexter
Feb 2nd, 2008, 08:34 PM
Am trying to get an insert statement working,
$sql = "insert into sbyd_member_group (mcid, name, desc, members) values ('$groupid', '$title', '$newdescription', 0)";
$result = mysql_query($sql ,$db);
die("$result = '" . $result . "'");
$result has null in it, what exactly does that mean? Clearly not working as am not seeing a new row being added :ehh:
$sql = "insert into sbyd_member_group (mcid, name, desc, members) values ('$groupid', '$title', '$newdescription', 0)";
$result = mysql_query($sql ,$db);
die("$result = '" . $result . "'");
$result has null in it, what exactly does that mean? Clearly not working as am not seeing a new row being added :ehh: