[thelist] Perl Form to PHP Form

Andrew Maynes andrew at uk-webdeveloper.co.uk
Tue Jul 16 07:33:01 CDT 2002


Thank you for your time Jeff you have helped solve the problem

Andrew

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Jeff Wilhelm
Sent: Friday, July 12, 2002 04:26
To: thelist at lists.evolt.org
Subject: Re: [thelist] Perl Form to PHP Form


OK I know I said I was going to shut up for a few minutes, but let me try to
figure this out for myself at least.

A user goes to http://www.punterspower.co.uk/cgi-bin/whois.html and types in
a domain. A list is returned, listing either taken or available. If it's
taken nothing happens, but if it's available, I assume that you want to have
there be a link to do something? The link would be easy to build. In the .pl
file  where it would say available (in the right column), just have it echo
the link as so: <a href="form.php?domain=[echo whatever is listed as the
domain in the left column]">Link</a>. So that way you're building a link
that loads the form.php page, sending along the variable "domain" with the
value "[whatever the text in the left column is]". Then on the PHP page
you'd just echo the variable as mentioned by the other guys (if globals are
on you'd have <?=$domain;?> and if globals are off do what the guys were
saying). Is that what you're trying to do, or am i reading this all wrong?

Jeff
--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.374 / Virus Database: 209 - Release Date: 7/9/02

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.374 / Virus Database: 209 - Release Date: 7/9/02




More information about the thelist mailing list