|
Simple PHP question
How do I assign this html string to a php variable and then how do I call that variable in my html?
This is the string I want to assign to a php variable
<a href="somelink.htm" onMouseOver="window.status='blahblahblah';return true" onMouseOut="window.status='';return true">
|