Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do put double quote with in echo

Status
Not open for further replies.

beco73

Programmer
May 8, 2005
157
0
0
CA
Hi , I have a following code that i want to echo , but it has double quote in it, and single quotes , How can I take care of that

<a
href="properties.php?prpno=MT1148868&returnpage=%2Fen%2Fproperties-list.php%3F%26page%3D"
onMouseover='fixedtooltip("<img src=\"houses/sm1_pic1.jpg\" border=0 width=300 height=210>",
this, event,
"304px")' onMouseout='delayhidetip()'><img style="position:relativ;z-index:1;"
src="houses/sm1_pic1.jpg"
border=0 width=100 height=70></a>

Thanks
 
if I take out the double quotes that are with in the function fixedtooltip

around "<img src=\houses/sm1_pic1.jpg\ border=0 width=300 height=210>",
and then around "304px"
I get the message .. sytax error .. in the browswe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top