L
Lee
Thanks Oliver!
I understand it a little better.
Yes I was thinking the same thing about $_FILES. In PHP, you need an
associative array with key-value pairs, and as far as I know, there is
nothing similar to the command line arguments. But in PERL, you have
command line stuff. Actually, Knute's idea to use perl might actually
be the better way to process the file when it comes in just because of
the stream handling.
I am going to test the code out with $_FILES anyway just in case I
might be able to get away with using PHP.
I understand it a little better.
Yes I was thinking the same thing about $_FILES. In PHP, you need an
associative array with key-value pairs, and as far as I know, there is
nothing similar to the command line arguments. But in PERL, you have
command line stuff. Actually, Knute's idea to use perl might actually
be the better way to process the file when it comes in just because of
the stream handling.
I am going to test the code out with $_FILES anyway just in case I
might be able to get away with using PHP.