Re: [GENERAL] OID output problems

2000-05-03 Thread Ron Chmara
surfer girl wrote: > > 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. It has

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

Re: [GENERAL] OID output problems

2000-05-03 Thread Ross J. Reedstrom
On Tue, May 02, 2000 at 10:13:14PM -0800, surfer girl wrote: > --- "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. > > Tha

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-02 Thread Robert B. Easter
On Tue, 02 May 2000, surfer girl wrote: > 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 shoul

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 Robert B. Easter
On Tue, 02 May 2000, surfer girl wrote: > Hello, > > I am trying to write a program that will input and output images from a Postgres >database using PHP. I made a very simple display image routine as follows: --- --

Re: [GENERAL] OID output problems

2000-05-02 Thread Karel Zak
On Tue, 2 May 2000, surfer girl wrote: > Hello, > > I am trying to write a program that will input and output images from a Postgres >database using PHP. > > The inputting seems to be going fine - well, it seems to be fine, since I can't >test it because it's the output I'm stuck on. > >