At 07:45 09.11.2002, Khalid El-Kary said:
--------------------[snip]--------------------
>hi,
>just use & instead
><a href="mypage.php?name=khalid&amp;age=d"></a>
--------------------[snip]-------------------- 

Sorry, no. This would result in a quite funny variable:
$_GET = Array(
    name    => khalid
    amp;age => d
)


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