Re: Date from form to mySQL



In article <143yxxe8hn6dj$.l0g4xrymb2f4.dlg@xxxxxxxxxx>, Alvaro G Vicario wrote:
> *** Lee David wrote/escribió (Wed, 10 Aug 2005 16:18:49 -0500):
>> How do I take a field from a form and store it on in a mySQL table?
>
> Do you want an explanation of *all* the process or you have a very specific
> question? There're many things involved as to explain it all: HTML, forms,
> database management and design, data validation in PHP, database access...

the data from your form will arrive in (among other places) an array called
$_REQUEST you take it from there and create the mysql commands to store it
in your table.

--

Bye.
Jasen
.



Relevant Pages