HTML,PHP - Escape '<' and '>' symbols while echoing

gborislav

New Member
I want to print following text as it is:\[code\]echo "<label> AAAAA";\[/code\]But it is just showing 'AAAAA' as output. How can I escape '<' and '>' symbol.
 
Back
Top