Re: [PHP] What is wrong with this INSERT?



$result = mysql_query($sql) or die("Fatal Error :".mysql_error());

where do you define $sql?
.