hi all
i cannot get the following command to work, any ideas?
$sql_query = "INSERT INTO 'members' (uname, fname, lname, pword, email) VALUES ('$uname', '$fname', '$lname', '$pwordmd5', '$email')";
its not an issue with my db connections, as i have other sql staments working in the script
many thanks
i cannot get the following command to work, any ideas?
$sql_query = "INSERT INTO 'members' (uname, fname, lname, pword, email) VALUES ('$uname', '$fname', '$lname', '$pwordmd5', '$email')";
its not an issue with my db connections, as i have other sql staments working in the script
many thanks
Comment