Re: [PHP] Array transform date and put in a session

This is a discussion on Re: [PHP] Array transform date and put in a session within the PHP General forums, part of the PHP Programming Forums category; Hello, This is a reply to an e-mail that you wrote on Tue, 29 Jul 2003 at 22:15, ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-29-2003
David Nicholson
 
Posts: n/a
Default 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
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 the whole code

<snip>

Your $_POST array will be looking something like this...
$_POST['datebirth']=array('xx-xx-xxxx','xx-xx-xxxx',...);

So you will need something like this...
foreach($_POST['datebirth'] as $thisdatebirth){
$date_array = split("-", $thisdatebirth);
$mysqldate =
$date_array[2]."-".$date_array[1]."-".$date_array[0];
}

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

Professional Web Development by David Nicholson
http://www.djnicholson.com/

QuizSender.com - How well do your friends actually know you?
http://www.quizsender.com/
(developed entirely in PHP)
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 02:23 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0