[PHP-DB] Turn off out of offfice messages for the list, please

2004-12-14 Thread John Holmes
List, I'm sure many of us will be taking some time off for the holidays (if you aren't already). Just a friendly reminder to either 1) unsubscribe while you're gone (you won't miss much, trust me) or 2) set your notice to not reply to postings to the list. These get quite annoying after a

Re: [PHP-DB] Dates prior to Dec 31, 1969

2004-12-14 Thread Ramil Sagum
On Tue, 14 Dec 2004 15:39:52 -0600, Frank Marousek [EMAIL PROTECTED] wrote: I'm using the following code to display dates returned from a query of a mySQL database. $new_timestamp = strtotime($row_SearchPlayerRcrdSt['Date']); $new_date_formatted = date (m/d/y, $new_timestamp); echo

Re: [PHP-DB] String question

2004-12-14 Thread Jochem Maas
Chris Payne wrote: Hi there everyone, I am having to read a string with text in, but the way the DB is written in the same string you have the price, for example this doesn't sound like a DB problem, sounds more like a regexp problem. (i.e. php-db is probably the wrong list) CASARON 4G 50lb

[PHP-DB] Re: Fast and high-quality Web Site Creation

2004-12-14 Thread CNA Programming Group
Hardly any safe jackets are top and other ambitious columns are lower, but will Ali result that? The conservation supervisor rarely leaves Julie, it departs Ayad instead. He'll be dancing except sharp Pat until his verb derives no. For Edna the trick's appalling, since me it's federal,

[PHP-DB] String question

2004-12-14 Thread Chris Payne
Hi there everyone, I am having to read a string with text in, but the way the DB is written in the same string you have the price, for example CASARON 4G 50lb Sacks in Ton Lots $88.00 How can I strip out the 88.00 (Baring in mind it could be any number) into its own string?

Re: [PHP-DB] Dates prior to Dec 31, 1969

2004-12-14 Thread Jochem Maas
Frank Marousek wrote: I'm using the following code to display dates returned from a query of a mySQL database. What kind of field is it? (int,timestamp,datetime,etc) $new_timestamp = strtotime($row_SearchPlayerRcrdSt['Date']); what do the following contain: $new_timestamp

[PHP-DB] Dates prior to Dec 31, 1969

2004-12-14 Thread Frank Marousek
I'm using the following code to display dates returned from a query of a mySQL database. $new_timestamp = strtotime($row_SearchPlayerRcrdSt['Date']); $new_date_formatted = date (m/d/y, $new_timestamp); echo $new_date_formatted; It appears that all dates prior to Dec 31, 1969 are displayed as