Re: [NF} Windows

2013-09-29 Thread Alan Bourke
It's unlikely to be a virus these days, as opposed to some other type of malware. I would boot from a Linux-based rescue CD and clean it that way. Or recover stuff to an external drive. On Sun, Sep 29, 2013, at 03:34 AM, Virgil Bierschwale wrote: I'm curious. For those that support pc's.

RE: [NF} Windows

2013-09-29 Thread Virgil Bierschwale
Thanks What im not understanding is if they don't have the cash to buy windows and they don't have a restore cd, what do you do I spent 40 hours one time on a buddies pc and only a couple of hours could be considered billable The next time I formatted the drive, restored from a restore cd and

RE: php date function

2013-09-29 Thread Gary Jeurink
I think I'm close but I'm getting flagged when I create my switch variables. $curDate = Date('Y/m/d'); $firstDate = DateTime::createFromFormat('Y/m/d', '2013/08/27'); $secondDate = DateTime::createFromFormat('Y/m/d', '2013/09/02'); if ($curDate = $firstDate $curDate = $secondDate)

RE: php date function

2013-09-29 Thread Virgil Bierschwale
You're probably trying to do it in too few steps.. $firstdate = date_date_set($date,2013,08,27); $seconddate = date_date_set($date,2013,09,02); -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Gary Jeurink Sent: Sunday, September 29, 2013 12:02 PM To: