Richard Davey 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).

I don't think that would work because they will need to save without sending the form. But I had thought about the reverse: a PHP script that saves the data and then possibly passes it on to the Perl script.


Do you or anyone else know how to pass on form results in PHP to another script? (Like I said, I'm pretty new to PHP...)

Thanks!

--

Charlie Fiskeaux II
Media Designer
Cre8tive Group
cre8tivegroup.com
859/858-9054x29
cell: 859/608-9194

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



Reply via email to