Basically running up a gallery package that relies heavily on them
there GD libraries and figured on using a code to ftp the package
directly from my server to the recipients (basically a form asking
for their ftp address and password - for those who trust me not
to keep a copy
- and then establish a conxion and send the
file(s) ). That's the easy bit.
I wondered if I can test whether their server has GD libraries and
which version they have, before sending the lot.
Brad did a phpinfo read test script that can do it locally - so is
there a way to read a remote servers phpinfo?
Or would I need to send the script, load it into a frame and
bounce the variable I need back to the holding page (assuming
I can even do that) ???
Any ideas before I run down too many dead-end possibilities?
there GD libraries and figured on using a code to ftp the package
directly from my server to the recipients (basically a form asking
for their ftp address and password - for those who trust me not
to keep a copy

file(s) ). That's the easy bit.
I wondered if I can test whether their server has GD libraries and
which version they have, before sending the lot.
Brad did a phpinfo read test script that can do it locally - so is
there a way to read a remote servers phpinfo?
Or would I need to send the script, load it into a frame and
bounce the variable I need back to the holding page (assuming
I can even do that) ???
Any ideas before I run down too many dead-end possibilities?
Comment