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
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
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
--- "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
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
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-
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:
---
--
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.
>
>