Thanks for your reply but the 
False = 0 / N / .F.
True = 1 / Y / .T.
.. is over my head is that associate array?

My biggest block today is how to set the value of a date variable without a
syntax error in PHP

function getCurWeek() {
   $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)
   {
      $curWeek = '01';
      return $curWeek;
    }
First and second date won't fly

Gary Jeurink

-----Original Message-----
From: Stephen Russell [mailto:[email protected]] 
Sent: Friday, October 25, 2013 11:32 AM
To: ProFox Email List
Subject: Re: mysql workbench

On Fri, Oct 25, 2013 at 10:58 AM, Gary Jeurink <[email protected]>wrote:

> Yes, that sounds like a winner idea. I can't tell a Boolean from a stat
> when
> their all numbers. I do all the number crunching in fox pro (win/loss,
> home/visitor, conference) and then rank the teams by category for power
> points. Then I upload the new game scores and stats to my site (mysql). It
> definitely picks a lot of the upsets. I will rewrite the logic in the off
> season.
> ---------






-- 
Stephen Russell
Sr. Analyst
Ring Container Technology
Oakland TN

901.246-0159 cell


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/999C4A91880F410784458D5CB6DFCD9F@OwnerPC
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to