Hi.
In php5 you can´t do this.
You need to use an array called $_POST (if you use Method POST in
your form) or use $_GET (if you use Method GET in your form).
Then:
mysql_query("INSERT INTO example
(name, surename,user_name,password) VALUES('$_POST', $_POST','$_POST','$_POST') "
or die(mysql_error());
You can use this command to help you.
print_r($_POST);
This command is show all
Forum:
WampServer English