Hi,

If I want to make a link to a URL which includes some GETs can I just do:

<a href='{$_SERVER['PHP_SELF']}?p={$p}&c={$s}' ... etc etc

or must I escape the ampersand somehow?

TIA,
--Jack

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

Reply via email to