Hello everyone. I would like to ask how to create a newsletter form using PHP. What kind of information do I need? Is it enough for me to get their names and email addresses or should I require them to put some other things? All I need is just a simple newsletter form. What is the basic requirement? Thanks for the tip guys.
Create a Simple Newsletter Form Using PHP
Â
Hi Rachel,
I recommend you to start with basic steps and for this you will need only the name and the email address for your newsletter form. In the future if you want to extend this, you can ask for other information in the account information of the user.
For now lets just focus on the name (this can be a username or if you want the First Name and Last Name) and off course the email associated.
This information needs to be stored in one database (it’s ok to use the user table for that) like MySQL.
If you need additional information, please reply.
Thank you,
Aabel