How to pass the form data to perl file. I am using linux platform and i have created the .pl file in same directory where i have the php file.... /var/....../directory/contact.php
I am not able to get the values in mail_contact.pl<form method="get" action="mail_contact.pl" onsubmit="return validate( +)">
How to pass the data
The contents of whole page is displayed in the browser.use CGI; my $q= new CGI; my $name= $q->param('name'); print $name;
In reply to Display the data passed from php by sandy1028
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |