Jump to content

Error printing " in a echo command


stratos

Recommended Posts

Here is my code

if (!empty($vsmallimg[$x])) 
echo "<a href='vehicle.php?vid=".$vid[$x]."'><table width='980' onMouseOver=".this.bgColor='#0E05B1';"  onMouseOut='this.bgColor="transparent';">...(rest of table format is fine)</a>

 

I just added the onmouseover to change the background colour of the table, without it everything works fine.  But now it is giving me problems because of the double quotation marks which terminates the echo command..

 

Are there any ways around this problem?  I just need to change the background colour or background image of the table onmouseover.

 

Thanks for your time

Link to comment
https://forums.phpfreaks.com/topic/264171-error-printing-in-a-echo-command/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.