sicura che relazioni sia maiuscolo e che le colonne abbiano quel nome lì?Codice PHP:
$c = "INSERT INTO RELAZIONI (nome,url) VALUES ('".$_POST["NOME"]."','".$_POST["URL"]."')";
$ol = mysql_query($c) or die (mysql_error());
sicura che relazioni sia maiuscolo e che le colonne abbiano quel nome lì?Codice PHP:
$c = "INSERT INTO RELAZIONI (nome,url) VALUES ('".$_POST["NOME"]."','".$_POST["URL"]."')";
$ol = mysql_query($c) or die (mysql_error());