Forum Moderators: coopster
I want the name to be inserted as soon as SUBMIT is pressed and a new window saying name saved should show.
I just need this very simple script, nothing else.
thanks.
The script then needs to have these elements.
connect to mysql using mysql_connect [php.net]
select your db using mysql_select_db [php.net]
send your insert query using mysql_query [php.net]