RE: [PHP] Converting to a string

2005-03-24 Thread Tyler Replogle
you could just use the time() or numbers of the date function From: "PartyPosters" <[EMAIL PROTECTED]> To: Subject: [PHP] Converting to a string Date: Wed, 23 Mar 2005 20:43:30 - MIME-Version: 1.0 Received: from lists.php.net ([216.92.131.4]) by mc10-f11.hotmail.com with M

Re: [PHP] Converting to a string

2005-03-23 Thread PartyPosters
Thanks guys, you were right - I needed to change the format of the field in the database. :D - Original Message - From: "Daniel Gerzo" <[EMAIL PROTECTED]> To: "PartyPosters" <[EMAIL PROTECTED]>; Sent: Wednesday, March 23, 2005 8:58 PM Subject: Re: [PHP

RE: [PHP] Converting to a string

2005-03-23 Thread Chris W. Parker
PartyPosters on Wednesday, March 23, 2005 12:44 PM said: > i am using date("l dS of F Y h:i:s A") and want to put the value in > a database as a string, How do I converting it to a string, this is > what I have got so far:- $v_ship_date = date("l dS of F Y h:i:s A")

[PHP] Converting to a string

2005-03-23 Thread PartyPosters
Hello guys, i am using date("l dS of F Y h:i:s A") and want to put the value in a database as a string, How do I converting it to a string, this is what I have got so far:- $v_ship_date = date("l dS of F Y h:i:s A"); Lots of thanks. - Original Message - From: PartyPosters To: