|
Posted by Tom on 06/08/07 17:27
"Anonymous Chief" <anonySMACKmouschief@gmail.com> wrote in message
news:n2_9i.5051$1i1.2811@pd7urf3no...
> 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
>
>
With PHP you would likely getting the form data using a $_POST variable, and
should probably validate the information or make sure it is in a usable
format before saving it. Depending how your PH is configured, you probably
have MySQL setup. If you check the http:///www.php.net site there's lots of
useful information and can get more detail on the mysql_* functions there
for connecting, updating and retrieving information for the database.
Tom
--
Newsguy.com
90+ Days Retention
Free SSL Connections
Create Your Own NZB Files
Navigation:
[Reply to this message]
|