[thelist] Perl Form to PHP Form

Jeff Wilhelm jeffwilhelm2 at hotmail.com
Fri Jul 12 10:21:00 CDT 2002


based on reading your last message to the list i think i'm misunderstanding
what you need :) i'm going to bow out for a few minutes and se what happens
and then chime in if i think i have any ideas. sorry to have confused you.

jeff


----- Original Message -----
From: "Andrew Maynes" <andrew at uk-webdeveloper.co.uk>
To: <thelist at lists.evolt.org>
Sent: Friday, July 12, 2002 10:09 AM
Subject: RE: [thelist] Perl Form to PHP Form


> Sorry Jeff you have lost me totally?
>
>
>
> -----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 02:26
> To: thelist at lists.evolt.org
> Subject: Re: [thelist] Perl Form to PHP Form
>
>
> Andrew,
>
> Whatever you want to show up in the PHP form has to be passed by the Perl
> page. So if you want the variables $orderform and $domain and $ext to show
> up you need to define them. So you could call the form as follows:
> form.php?orderform=theform&domain=thedomain&ext=whatever
>
> Does that make sense?
>
> Jeff
>
>
> ----- Original Message -----
> From: "Andrew Maynes" <andrew at uk-webdeveloper.co.uk>
> To: <thelist at lists.evolt.org>
> Sent: Friday, July 12, 2002 9:15 AM
> Subject: RE: [thelist] Perl Form to PHP Form
>
>
> > 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
> >
> > --
> > For unsubscribe and other options, including
> > the Tip Harvester and archive of thelist go to:
> > http://lists.evolt.org Workers of the Web, evolt !
> >
> --
> 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
>
> --
> 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