[GENERAL] date expressions

2000-03-24 Thread surfer girl
I checked the manual on this but couldn't find a clear answer: I've got two dates in a database, a start date and and end date, which are type "date." I want to compare these dates to today's date in the SQL statement, something along the lines of "startdate < date < enddate". Can this be done

Re: [GENERAL] OID output problems

2000-05-02 Thread surfer girl
Hi Robert, Thanks for the code. I tried the code, and it works fine (no errors) except instead of getting an image output, it outputs "/tmp/php08543baa" to the browser or something similar (just like my code). Am I missing something where I should be transferring a temp file to something web-

Re: [GENERAL] OID output problems

2000-05-02 Thread surfer girl
--- "Robert B. Easter" <[EMAIL PROTECTED]> wrote: > >Try recompiling php 4.0RC1 or whatever is current with the latest Apache >source (1.3.12). I'm thinking maybe you are not running php as compiled into >the server. Thanks - I had PHP compiled into the server - though I may try the recompile a

Re: [GENERAL] OID output problems

2000-05-03 Thread surfer girl
The documentation on this is so scarse it's hard to figure out what the right format is supposed to be for all this. After much searching (websites, various mailing list archives), I found the "note" that PHP has a special variable "userfile" for file uploads. This I have changed, and a straigh