Hi, I'm sorry, I've a little question.. I want read 2 URL-Variable and
then to insert them in my DB (MySQL).
This is my code:
<?php
$insertSQL = sprintf("INSERT INTO nometabella (CAMPO1, CAMPO2) VALUES
('VAL1', 'VAL2')");
mysql_select_db ($database_nome connessione, $nomeconnession e);
$Result1 = mysql_query($in sertSQL, $nomeconnession e) or
die(mysql_error ());
?>
How can I modifify?
Thanks.
P.S.
I'm sorry formy english.
then to insert them in my DB (MySQL).
This is my code:
<?php
$insertSQL = sprintf("INSERT INTO nometabella (CAMPO1, CAMPO2) VALUES
('VAL1', 'VAL2')");
mysql_select_db ($database_nome connessione, $nomeconnession e);
$Result1 = mysql_query($in sertSQL, $nomeconnession e) or
die(mysql_error ());
?>
How can I modifify?
Thanks.
P.S.
I'm sorry formy english.
Comment