Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: Sending Mail

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


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

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

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

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

    No recent polls found