Frank Keessen wrote:
I've got a form with a field called datebirth[];
After submitting the form; it must put the datebirth field (or fields) into the mysql format -mm-dd and after that put it in a session:
$date_array = split("-", $_POST['datebirth']);
$mysqldate = $date_array[2]."-".$date_ar
Hello,
This is a reply to an e-mail that you wrote on Tue, 29 Jul 2003 at
22:15, lines prefixed by '>' were originally written by you.
> Hi David,
> Thanks for your reply... This makes no sense;
> According to the rest of your code, it should be called datebirth,
> not datebirth[].
> Let me put in
ot; <[EMAIL PROTECTED]>
To: "Frank Keessen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, July 29, 2003 11:02 PM
Subject: Re: [PHP] Array transform date and put in a session
Hello,
This is a reply to an e-mail that you wrote on Tue, 29 Jul 2003 at
21:42, lin
Hello,
This is a reply to an e-mail that you wrote on Tue, 29 Jul 2003 at
21:42, lines prefixed by '>' were originally written by you.
> Hi All,
> Can you please help me with the following:
> I've got a form with a field called datebirth[];
According to the rest of your code, it should be called
4 matches
Mail list logo