A
Anonymous
Guest
It's a simple query,
just create a form and then send info to the database:
The Mysql table "mailing":
That's it!
If you have further problems just scream
just create a form and then send info to the database:
The Mysql table "mailing":
The php:Id - autoincremnt, key, unique, etc...
name - varchar 255
email - varchar 255
Code:
$table = "mailing";
$sql= "INSERT INTO ".$table." VALUES ( NULL,'$user_name','$user_email' )";
That's it!
If you have further problems just scream