Before you go off and start screaming
heathen please hear me out.
I'm doing a freelance job for an isp thats just starting up. The application I'm creating is in mod_perl, but his control panel is in PHP. The thought of having to deal with a server that has both PHP and mod_perl compiled in it or as a DSO is disturbing. Don't get me wrong. I'm not against PHP.
I had created a module that is a subclass of
Apache::Cookie which uses
Crypt::Blowfish to automaticaly encrypt -value as it goes in, and decrypt it as it comes out just like
Apache::Cookie does with unencrypted cookies (you get what I'm saying). So what does this have to do with PHP? Well he wants to use the module for authentication for the control panel. What I need to know is that is it possible for a mod_perl/Perl script to communicate or send data to a PHP script like a single variable or more?
Thank you for sharing your knowlege and I pray for forgiveness if this is not the right forum to ask this humble question.
Your humble newbie brother,
BMaximus
sidenote: Surprisingly the module passes taint checks.