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
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
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
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
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
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
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 ..
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
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
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
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
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
12 matches
Mail list logo