Posted by Rik on 03/13/07 22:52
Geoff <Cox> wrote:
> Hello,
>
> I have code which works fine over the Internet using formmail to send
> the results by email but I am trying to run the code on my PC using
> IIS and I cannot get the correct xxx values for $_GET[xxx], to use
>
> echo &_GET[xxx] etc.
>
> The parameters being sent include
>
> &Slider+Values=3D+%0D%0ASituation+-+Social+Individual%3A+3+3+3+3+3+3+3=
+0
> &Slider+Values=3D+%0D%0ASituation+-+Formal+Individual%3A+3+3+3+3+3+3+3=
+1
> &Slider+Values=3D+%0D%0ASituation+-+Social+Group%3A+3+3+3+3+3+3+3+2
>
> What do I use for the xxx values in $_GET[xxx]?!
print_r($_GET); and see.
-- =
Rik Wasmus
Posted on Usenet, not any forum you might see this in.
Ask Smart Questions: http://tinyurl.com/anel
Navigation:
[Reply to this message]
|