Hey folks
I'm stuck in a problem, and I hope you find me a solution for it.
In my PHP code, I have a string "$test=" which am assigning this value to:
"http://www.domain.com/test.php?locale=tr\";</noscript>%"...... (the value is long)
Now when I execute the code, it says "Parse error: parse error, unexpected '<'"
I need to have the quotations and the "<" and ">" in the value, its a must.. so how to solve this problem please?
Thanks alot in advance for your great help!
Regards