how to adapt HTML character entities to PHP?
Posted: Thu Jun 19, 2008 11:23 am
Hi all -
I want to create a line that's basically:
Obviously, this won't work b/c the semi-colon at the end of the character entity end the line. I've tried breaking it out into variables, too, and that doesn't run.
How are HTML character entities usually adapted to PHP given they all end in semi-colons?
Thanks in advance!!!
JG
I want to create a line that's basically:
Code: Select all
print "Search Results with phrase " $phrase "";How are HTML character entities usually adapted to PHP given they all end in semi-colons?
Thanks in advance!!!
JG