but how result.cgi will fetch the $first_name $last_name from hello_post.cgi?print "<html>"; print "<head>"; print "<title>Hello - Second CGI Program</title>"; print "</head>"; print "<body>"; print "<h2>Hello $first_name $last_name - Second CGI Program</h2>"; print "</body>"; print "</html>";
In reply to Re^2: How to display output in separate html form in cgi script
by manmanda
in thread How to display output in separate html form in cgi script
by manmanda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |