I get an error when I have this mysql statement
$sql = "INSERT INTO " . $Table . " VALUES('', '" . addslashes($_POST['Name']) . "', '" . md5($_POST['Password']) . "')";
and this i the error
You have an error in your SQL syntax near 'VALUES('', 'test', '098f6bcd4621d373cade4e832627b4f6')' at line 1
Help anyone?