RE: [PHP] File upload and deletion

2003-08-21 Thread Thomas Hochstetter
[snip] - PHP sends request headers (with POST data) to $url - $url sends response back to calling script - PHP works with the response [/snip] Look at fsockopen, with which you can send POST headers, or just fopen. You sit this in a try/ catch sort of script and you should be able to get stuff bac

RE: [PHP] File upload and deletion

2003-08-21 Thread Chris W. Parker
Steven Murphy on Thursday, August 21, 2003 1:40 PM said: > http://www.pfohlsolutions.com/projects/mailer/mailer.zip. I'm having Are you wanting me to download this file, unzip it, stick it on my server, run/test it, and then report back to you with where you've made