Perl integrating with PHP

W

wesley

Hi All, can i send variables from a php script into a perl script? If
so, how?
Thanks Wes
 
G

Gunnar Hjalmarsson

Hi All, can i send variables from a php script into a perl script?

Probably not.

But you can pass data via an HTTP GET or POST request or via a
(temporary) file.
 
X

xhoster

Hi All, can i send variables from a php script into a perl script?

Variables, probably not. Do the variables contain data? You could send
the data contained in the variables from php to Perl. In many, many ways.
command line arguments, Environment variables, sockets (assuming php
supports this), named pipes, temp files, RDMS table entries, etc.

Xho
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,059
Members
48,769
Latest member
Clifft

Latest Threads

Top