How to literally echo the greater than and less than signs?
Posted: Mon Nov 09, 2009 2:54 pm
echo "<noreply@mysite.com>";
The result is blank when you view this with a browser. PHP reads < > as html tags. How can I literally echo <>, so they show up in my browser just like <> or so I can set <noreply@mysite.com> to a variable and echo the variable?
The result is blank when you view this with a browser. PHP reads < > as html tags. How can I literally echo <>, so they show up in my browser just like <> or so I can set <noreply@mysite.com> to a variable and echo the variable?