[thelist] Perl Form to PHP Form

Rich Gray richardgray at onetel.co.uk
Fri Jul 12 10:30:01 CDT 2002


Andrew

OK - I reckon you need something like this...

<?php
$alliwantis = (isset($_SERVER['QUERY_STRING']) ?  $_SERVER['QUERY_STRING'] :
null);

if (!is_null($alliwantis)) {
   	echo $alliwantis;
	// Do some stuff
}
?>

$_GET returns an empty array if there is no key in the query string
HTH
Rich
-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Andrew Maynes
Sent: 12 July 2002 15:40
To: thelist at lists.evolt.org
Subject: RE: [thelist] Perl Form to PHP Form


Hi Shashank and Rich, this is what I have and the output is the same as
before?

<?php
echo $_SERVER['REQUEST_URI'];


    // Get only the part AFTER the question mark
    $alliwantis = stristr($REQUEST_URI, "?");
?>


the link is
http://www.punterspower.co.uk/cgi-bin/whois.pl

just the domain.co.uk is all I want :(

I am going to see a therapist very soon!

Andrew

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

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




More information about the thelist mailing list