Hyperlink value

Hyperlink value

am 15.06.2004 15:19:32 von Werner Otto

Hi All,

mit.cgi file:
I have a hyperlink defined as: value=$hostname>$hostname 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@m .gmane.org

Re: Hyperlink value

am 15.06.2004 15:32:04 von Dave Cash

On Tue, 15 Jun 2004, Werner Otto wrote:

> mit.cgi file:
> I have a hyperlink defined as: > value=$hostname>$hostname 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@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@m .gmane.org

Re: Hyperlink value

am 15.06.2004 15:32:04 von Dave Cash

On Tue, 15 Jun 2004, Werner Otto wrote:

> mit.cgi file:
> I have a hyperlink defined as: > value=$hostname>$hostname 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@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@m .gmane.org