I am developing a customer registration form which gathers the usual
details.
I have a field in my MySQL table 'customer_dob'. On my form I have list
boxes for 'dob_day', 'dob_month' and 'dob_year'.
I was wondering is it possible using "INSERT" to join these three fields
together to insert into '
php-windows Digest 25 Jan 2004 21:40:45 - Issue 2095
Topics (messages 22653 through 22653):
Joining Form Fields To Insert into Database
22653 by: kaizer boab
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
$customer_dob = $dob_day."/".$dob_month."/".$dob_year;
for 01/25/2004 format.
Thanks,
John Ellingsworth
http://mail.med.upenn.edu/~jellings/
AIM: vc2000support
-Original Message-
From: kaizer boab [mailto:[EMAIL PROTECTED]
Sent: Sunday, January 25, 2004 4:41 PM
To: [EMAIL PROTECTED]
Su
Yep, it done the trick, thanks for your help John.
"John Ellingsworth" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> $customer_dob = $dob_day."/".$dob_month."/".$dob_year;
>
> for 01/25/2004 format.
>
> Thanks,
>
> John Ellingsworth
> http://mail.med.upenn.edu/~jellings/
> AIM: vc2