hello,

I have a begining question.
I've got simple html form and php script, but insert doesn' t work. What is 
wrong in my insert mysql_query?

mysql_query( "insert into obiskovalci (ime, priimek, ulica, hstevilka, 
pstevilka, posta) values('$ime', '$priimek', '$ulica', '$hstevilka', 
'$pstevilka', '$posta')");

There is also id, which is auto_increment. After fill form and press Submit, id 
is writen in table, but there is no other inputs. Nothing, except "id".

thanks for answers
BR, Balo

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to