how would I escape the quotes in CSS
Posted: Tue Apr 04, 2006 10:42 am
I need to escape the class="home" for in the CSS declaration in between my PHP code as listed below.
and can't remember how it's done. I thought it was <h3 class='"home"'>, but that doesn't work.
please assist
Code: Select all
else {
$visit_count=$_SESSION['visit_count'] +1;
echo "<h3 class="home">Welcome Back! I see you have visited $visit_count times</h3>";please assist