Looks fine in Opera 6.03
hth


http://www.vogelsinger.at/test.php?par1=value1&par2=value2&par3=value3
Opera 
Version 6.03 
 Build 1107
Platform Win32
System Windows 98
Java
Sun Java Runtime Environment 1.4

Testing the query string

This is the full query string ($_SERVER['QUERY_STRING']): par1=value1&par2=value2
&par3=value3
This is a printout of $_GET: Array ( [par1] => value1 [par2] => value2 [par3] => 
value3 )

I will use this string for the link below: /test.php?par1=value1&par2=value2
&par3=value3




On Wed, 27 Nov 2002 00:09:35 +0100, [EMAIL PROTECTED] (Ernest E Vogelsinger) 
wrote:
> At 00:00 27.11.2002, Jonathan Rosenberg \(Tabby's Place\) said:
> --------------------[snip]--------------------
> >Ok ... I take back what I said about & not working in a query string.
> >It works just fine.
> --------------------[snip]-------------------- 
> 
> Ahhh - and I just created a test page for all to check out... nevertheless,
> here it is:
> http://www.vogelsinger.at/test.php
> 
> Simply provides a link using query parameters encoded with &, to check
> with different browsers. Maybe someone will check this outwith his browser
> anyway.
> 
> 
> -- 
>    >O     Ernest E. Vogelsinger
>    (\)    ICQ #13394035
>     ^     http://www.vogelsinger.at/
> 
> 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to