Re: [PHP] a quick date and session id question

2001-04-15 Thread Brian Clark
@ 10:56:48 PM on 4/15/2001, Brian Clark wrote: ... > function decipherDate($string, $format) > { Oops, you'll probably want to give $format a default value if one isn't passed. And maybe change the returns if you want to do something like: if(!decipherDate('blah')) ... >if(!$formatted = @

Re: [PHP] a quick date and session id question

2001-04-15 Thread Brian Clark
Hi Sandeep, @ 10:33:16 PM on 4/15/2001, Sandeep Hundal wrote: ... > NOw they will probably be given a form which allows them to choose, > and then gets inputted into the datase as a number : MMDD. But I > want to display the data as "Monday, 20 April 2001. How can I do > this? Yes, with str

RE: [PHP] a quick date and session id question

2001-04-15 Thread Maxim Maletsky
undal [mailto:[EMAIL PROTECTED]] Sent: Monday, April 16, 2001 11:33 AM To: php Subject: [PHP] a quick date and session id question Hi all, I got two small questions. I'm trying to make an events calendar for my site, in which I want people to input in future dates, and then have the database dis

[PHP] a quick date and session id question

2001-04-15 Thread Sandeep Hundal
Hi all, I got two small questions. I'm trying to make an events calendar for my site, in which I want people to input in future dates, and then have the database display events by date. NOw they will probably be given a form which allows them to choose, and then gets inputted into the datase as