Re: [PHP] PHP and Perl Integration for E-Cart

2004-04-20 Thread Justin Patrin
John Nichel wrote: Pushpinder Singh wrote: Hello all, We are trying to incorporate a CGI Perl based E-Cart module into our PHP driven site. This is because the E-Cart supplied by our merchant uses CGI. I want to check with all of you if its possible to integrate PHP with Perl. Will it be

Re: [PHP] PHP and Perl Integration for E-Cart

2004-04-20 Thread Justin Patrin
Pushpinder Singh wrote: The session ID is not stored in the database, its propagated invisible via a cookie (I think so ;-) ) Is is possible to check for the existance of a PHP session ID on a Perl script ?? This ways I want to be able to send a confirmation email to to the buyer after he compl

Re: [PHP] PHP and Perl Integration for E-Cart

2004-04-20 Thread Pushpinder Singh
The session ID is not stored in the database, its propagated invisible via a cookie (I think so ;-) ) Is is possible to check for the existance of a PHP session ID on a Perl script ?? This ways I want to be able to send a confirmation email to to the buyer after he completes a transaction. I al

Re: [PHP] PHP and Perl Integration for E-Cart

2004-04-20 Thread John W. Holmes
From: "Pushpinder Singh" <[EMAIL PROTECTED]> > This is the situation at hand ... we have a PHP Session based Login > module. The user is required to login to get to the Shopping cart > (which is provided for by the Merchant) This shopping cart is CGI / > Perl based. So my question would be to inte

Re: [PHP] PHP and Perl Integration for E-Cart

2004-04-20 Thread Pushpinder Singh
This is the situation at hand ... we have a PHP Session based Login module. The user is required to login to get to the Shopping cart (which is provided for by the Merchant) This shopping cart is CGI / Perl based. So my question would be to integrate the ordering with the PHP Login module, so t

Re: [PHP] PHP and Perl Integration for E-Cart

2004-04-20 Thread John W. Holmes
From: "Pushpinder Singh" <[EMAIL PROTECTED]> > We are trying to incorporate a CGI Perl based E-Cart module into > our PHP driven site. This is because the E-Cart supplied by our > merchant uses CGI. I want to check with all of you if its possible to > integrate PHP with Perl. If you're talki

Re: [PHP] PHP and Perl Integration for E-Cart

2004-04-20 Thread John Nichel
Pushpinder Singh wrote: Hello all, We are trying to incorporate a CGI Perl based E-Cart module into our PHP driven site. This is because the E-Cart supplied by our merchant uses CGI. I want to check with all of you if its possible to integrate PHP with Perl. Will it be too much of a job ..

Re: [PHP] php and Perl

2003-03-27 Thread David T-G
Brad -- ...and then Brad Wright said... % % Hi all, Hi! % % can php call perl scripts? Yep. It can call anything, right? So just call it like ls or du or any other program. % % I know nothing of perl, but have found a perl script that will process a % MSword document in a way that it se

Re: [PHP] php and Perl

2003-03-27 Thread CPT John W. Holmes
www.php.net/virtual ---John Holmes... - Original Message - From: "Brad Wright" <[EMAIL PROTECTED]> To: "PHP General List" <[EMAIL PROTECTED]> Sent: Thursday, March 27, 2003 8:00 AM Subject: [PHP] php and Perl Hi all, can php call perl scripts? I know nothing of perl, but have found a

Re: [PHP] php and Perl

2003-03-27 Thread Nikunj Virani
Yes, you can call perl scripts using "exec" or "system" function just like you will call any other system function. You will have to make sure that the apache user (or nobody if your apache runs as nobody) has executable permission on perl script. So if your perl script is: /home/nikunj/test.pl

RE: [PHP] PHP and Perl

2001-09-04 Thread Valter Santos
try use redirections. e.g, call your php script that redirects to your pl script with all required parameters that redirects for a resulting php script... arrrgg but i think the better way is to convert everthing to PHP or Perl Cheers Valter Sa

RE: [PHP] PHP and Perl script in same file?

2001-08-17 Thread billfarr
Not any convenient or secure way I've yet found. But I do have PHP pages that slip out and exec() a Perl script to grab specific results that I need. Anyone else? B -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 16, 2001 4:46 PM To: php list Subj