Hyperlink value

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
Werner Otto [ Di, 15 Juni 2004 15:19 ] [ ID #44129 ]

Re: Hyperlink value

On Tue, 15 Jun 2004, Werner Otto wrote:

> 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...

This is the wrong list for this question. Try asking it here:

http://www.perlmonks.org/

Good luck,

Dave

/L\_/E\_/A\_/R\_/N\_/T\_/E\_/A\_/C\_/H\_/L\_/E\_/A\_/R\_/N\
Dave Cash Power to the People!
Frolicking in Fields of Garlic Right On-Line!
dave [at] gnofn.org Dig it all.

--
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
Dave Cash [ Di, 15 Juni 2004 15:32 ] [ ID #44130 ]

Re: Hyperlink value

On Tue, 15 Jun 2004, Werner Otto wrote:

> 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...

This is the wrong list for this question. Try asking it here:

http://www.perlmonks.org/

Good luck,

Dave

/L\_/E\_/A\_/R\_/N\_/T\_/E\_/A\_/C\_/H\_/L\_/E\_/A\_/R\_/N\
Dave Cash Power to the People!
Frolicking in Fields of Garlic Right On-Line!
dave [at] gnofn.org Dig it all.

--
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
Dave Cash [ Di, 15 Juni 2004 15:32 ] [ ID #180680 ]
Datenbanken » gmane.comp.db.mysql.perl » Hyperlink value

Vorheriges Thema: Query - Value
Nächstes Thema: Hyperlink value