Hi All,
mit.cgi file:
I have a hyperlink defined as: <a href=host.cgi name=$hostname
value=$hostname>$hostname</a> in a form. The $hostname values are
retrieved from the mysql database in a fetch() loop.
My code in host.cgi:
#!/usr/bin/perl
use CGI qw(:standard);
print "Content-type: text/html\n\n";
$posted_hostname = param("$hostname");
Why am I not getting the value of $hostname?
Any help Please...
--
Kind Regards,
Otto
--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules [at] m .gmane.org
