in reply to Re: How to display output in separate html form in cgi script
in thread How to display output in separate html form in cgi script
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>";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to display output in separate html form in cgi script
by NetWallah (Canon) on Jan 24, 2014 at 05:53 UTC | |
|
Re^3: How to display output in separate html form in cgi script
by Anonymous Monk on Jan 24, 2014 at 07:10 UTC |