Re: [PHP] PHP & Perl information sharing

2003-07-14 Thread Ray Hunter
u could set up a perl script to read cookies and vice versa with php. That should not be a problem you could also create a form with php variables and post it to a perl script. u you also create a link to a perl script that passes varibles via the url. Very easy to do just a matter of how you wa

[PHP] PHP & Perl information sharing

2003-07-14 Thread Jeff Harris
I'm working on a site which is mostly in PHP. However, I have to use perl for a couple of scripts. Does anyone have any experience in sharing session information between PHP and perl? I'm writing for a client who I will know has cookies enabled, and I have a mySQL database, so I'm looking for what