Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Sending Mail

by Quicksilver (Scribe)
on Aug 16, 2007 at 10:21 UTC ( [id://632979]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Sending Mail
in thread Sending Mail

Why try to pass between the two languages? Why not set up a mailing form and mail script in either Perl or PHP?

Replies are listed 'Best First'.
Re^4: Sending Mail
by sandy1028 (Sexton) on Aug 16, 2007 at 10:44 UTC
    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://632979]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found