[PHP] Looking for PHP/JS/MySQL gurus in the Northern VA area

2011-12-07 Thread Rob Gould
Can anyone tell me if there are folks on this list in the Northern VA area? I need to find a freelancer who knows PHP, Javascript, and mySQL. My client likes face-to-face meetings on occasion, so I really need someone local. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

RE: [PHP] Problem with date

2011-12-07 Thread admin
> -Original Message- > From: Jack [mailto:jacklistm...@gmail.com] > Sent: Wednesday, December 07, 2011 1:49 PM > To: PHP > Subject: [PHP] Problem with date > > Hello All, > > > > I have a problem where Dates are coming out as 12.31.1969 19:00:00 > which of > course we didn't have PC's

RE: [PHP] Problem with date

2011-12-07 Thread Jack
> To: PHP > Subject: RE: [PHP] Problem with date > > > > > > > How about a little debugging here (and possibly elsewhere): > > > > if (isset($pubdate) && ($pubdate >0)) { > > $pubdate=strtotime($pubdate); > > } else { > > die("Barf. Can't run a string to time c

RE: [PHP] Problem with date

2011-12-07 Thread Jack
> > How about a little debugging here (and possibly elsewhere): > > > > if (isset($pubdate) && ($pubdate >0)) { > > $pubdate=strtotime($pubdate); > > } else { > > die("Barf. Can't run a string to time conversion on 0 or -1."); > > } > > > Thanks Kevin, T

RE: [PHP] Problem with date

2011-12-07 Thread Jack Sasportas
> > > How about a little debugging here (and possibly elsewhere): > > if (isset($pubdate) && ($pubdate >0)) { > $pubdate=strtotime($pubdate); > } else { > die("Barf. Can't run a string to time conversion on 0 or -1."); > } > Thanks Kevin, This bombs

Re: [PHP] Problem with date

2011-12-07 Thread Jim Lucas
On 12/7/2011 10:48 AM, Jack wrote: > Hello All, > > I have a problem where Dates are coming out as 12.31.1969 19:00:00 which of > course we didn't have PC's in 1969 > > I'm not able to see where the date is getting screwed up, any ideas?? > > // >

Re: [PHP] Problem with date

2011-12-07 Thread Joshua Kehn
$pubdate is probably null or something. Regards, –Josh Joshua Kehn | @joshkehn http://joshuakehn.com On Dec 7, 2011, at 1:48 PM, Jack wrote: > Hello All, > > > > I have a problem where Dates are coming out as 12.31.1969 19:00:00 which of > course we didn

[PHP] Problem with date

2011-12-07 Thread Jack
Hello All, I have a problem where Dates are coming out as 12.31.1969 19:00:00 which of course we didn't have PC's in 1969 I'm not able to see where the date is getting screwed up, any ideas?? // # function ShowFe

[PHP] Re: yaf modules and plugins

2011-12-07 Thread Moldován Eduárd
I have another question. Modules and plugins. How do they work, how are they loaded? Thx, Edi 2011.12.06. dátummal, 5:10 időpontban Laruence írta: > Hi: > a database should be a model, module is another concept. :) > > pls refer to : http://www.php.net/manual/en/class.yaf-loader.php