Manoj Singh wrote:
I am developing a site in php implementing the concept of rss feeds. For
that i want to convert the standard date into RFC822 format.
If any one have idea about it, please help me.
Go to http://php.net/date and search the page for RFC822. If you need
further help read the r
ph Brickley
-Original Message-
From: Ralph Brickley [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 16, 2006 1:29 PM
To: [EMAIL PROTECTED]; 'Php-Db'
Subject: RE: [PHP-DB] Date Conversion
A simple associate array would work as well, although not quite as elegent.
$months_arr = ar
A simple associate array would work as well, although not quite as elegent.
$months_arr = array("January"=>01, "February"=>02...);
-Original Message-
From: Mark Bomgardner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 16, 2006 12:35 PM
To: Php-Db
Subject: [PHP-DB] Date Conversion
PHP 4.4/
Mark Bomgardner wrote:
PHP 4.4/MySQL 4.0
I am tying to convert a date to put into a database from a string (ie:
January, February) to a numeric value (ie: 01,02). I am taking the
value from a form, which is a drop down menu listing the months.
$sMonth1 = $_POST['Smonth']; returns the mon