How to handle "&" symbol in PHP
I input an url for example
xxxxxx.com/xxxxxx/content.asp?y=2006&dt=1209&pub=xxxxxxx&sec=xxxxxxx&pg=mh_01.htm
into my php script,
but when i print the output, it shows me this
xxxxxx.com/xxxxxx/content.asp?y=2006
I am unable to print after the "&" symbol. Any idea?
Really appreciate for your help....
I input an url for example
xxxxxx.com/xxxxxx/content.asp?y=2006&dt=1209&pub=xxxxxxx&sec=xxxxxxx&pg=mh_01.htm
into my php script,
but when i print the output, it shows me this
xxxxxx.com/xxxxxx/content.asp?y=2006
I am unable to print after the "&" symbol. Any idea?
Really appreciate for your help....
Last edited:




