Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Sending Mail

by sandy1028 (Sexton)
on Aug 16, 2007 at 09:50 UTC ( [id://632971]=note: print w/replies, xml ) Need Help??


in reply to Re: Sending Mail
in thread Sending Mail

How to get the variables from php file to perl files... Is there any way to get the variables from php file

Replies are listed 'Best First'.
Re^3: Sending Mail
by Quicksilver (Scribe) on Aug 16, 2007 at 10:21 UTC
    Why try to pass between the two languages? Why not set up a mailing form and mail script in either Perl or PHP?
      hi, mail() is not working in php so need to send from perl. The script of mail is working in perl but I am not able to pass the variables from php to perl. If i use <form action="test.pl" method="post"> The contents of test.pl is displayed not just the varibles. Should I include any module to receive the data
        If the contents of test.pl is shown and not the output, that's a configuration problem of the webserver.

        You should check if the script has executing permissions, and that CGI scripts are allowed by your server config.

        If the script runs, use CGI - the documentation is quite good.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://632971]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-18 13:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found