Dan Joseph wrote:
On Thu, Oct 2, 2008 at 12:35 PM, Jason Pruim <[EMAIL PROTECTED]> wrote:

       SQLTEST: SELECT * FROM `timeStore` WHERE        `timein` BETWEEN
1222315200 AND 1222920000
Could not perform query: Query was empty

<[EMAIL PROTECTED]>


Put a ' around your timestamp numbers.  I think that should fix that query.
Although I'll admitt, I have no way to test that on mysql, but that is how
MS SQL works...

You mean turn perfectly fine integers into strings??? Why???

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to