RE: [PHP] how to process URL parameers
by Rick Emery other posts by this author
Apr 5 2002 2:57PM messages near this date
[PHP] WIKI - CMS scripts
|
[PHP] using new AUTOGLOBALS
<?php
if( isset($xyz) )
{
...do something...
}
?>
-----Original Message-----
From: Wo Chang [mailto:wchang@[...].gov]
Sent: Friday, April 05, 2002 8:55 AM
To: php-general@[...].net
Subject: [PHP] how to process URL parameers
Dear All,
Sorry to trouble you with this simple question!
if I have this php code:
echo "<a href=http://abc.com/test.php?xyz> try</a>";
how would I process the xyz from test.php?
Any thoughts would be greatly appreciated!
--Wo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|