Im trying to send a variable via GET to a php script like so:
<a href="process.p hp?id=test & test">Link</a>
Leaving spaces is no problem, but the & symbol (ampersand) cannot be
displayed to the screen. I want it to show "test & test". Instead it
displays just "test" without the rest following it.
Can anyone tell me how to display the whole variable passed to
process.php?
TIA
Rob
<a href="process.p hp?id=test & test">Link</a>
Leaving spaces is no problem, but the & symbol (ampersand) cannot be
displayed to the screen. I want it to show "test & test". Instead it
displays just "test" without the rest following it.
Can anyone tell me how to display the whole variable passed to
process.php?
TIA
Rob
Comment