Hello Charlie,

Monday, February 23, 2004, 10:15:17 PM, you wrote:

CFI> It's just a matter of development time; if there's a way to 
CFI> use the Perl mail script with a PHP data saving script, it 
CFI> would save time. If I do have to rewrite the whole thing in 
CFI> PHP, how would I accept uploaded file attachments and attach 
CFI> them to the emailed form results?

Then how about in reverse? Add something to the end of the Perl script
that passes the values to a PHP script? It could even do it via the
query string, maybe also passing an md5 encoded password that only
your two scripts know (in order to stop someone spoofing your script).

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to