[thelist] Perl Form to PHP Form

Andrew Maynes andrew at uk-webdeveloper.co.uk
Fri Jul 12 08:14:01 CDT 2002


echo $_SERVER['REQUEST_URI'] is passing through info unfortunately all the info
in the line:

"<a href=\"$orderform?$domain.$ext\">Order Now &gt;</a>"

both $orderform?$domain.$ext gets passed through

whereas all I really want is $domain.$ext

this is looking very promising though this is most appreciated



-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Rich Gray
Sent: Friday, July 12, 2002 12:54
To: thelist at lists.evolt.org
Subject: RE: [thelist] Perl Form to PHP Form


It would indicate to me that perl is not forming the URI correctly. PHP is
working as your script has at least output an empty Array();

OK Try this...

<? echo $_SERVER['REQUEST_URI'] ?> or even print_r($_SERVER) for more
information.

That should return the URI that resulted in your php script being executed.

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 12:30
To: thelist at lists.evolt.org
Subject: RE: [thelist] Perl Form to PHP Form

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