|
Posted by Armand Brahaj on 06/07/07 21:46
Anonymous Chief wrote:
> Hi Scripters,
>
> I need help with a form to save only one field...that is, an e-mail address
> to a database for a mailing list. I can do the form, I just do not know how
> to make it save to a database. Then I need help extracting that data from
> the database to add to my contact list, or to notepad.
>
> Thanx
>
> Anonymous Chief
>
>
Read about PHP Post Methods!
Read about mysql functions (assuming you will be using MySQL to store
the Email).
Create the Table in MySQL.
Navigation:
[Reply to this message]
|