Jump to content

I can't find the error


The Little Guy

Recommended Posts

Why does this work:

<img onmouseover="return escape(\'<b>File:</b> '.$rows['file_name'].'<br ><b>Title:</b>\')" class="image" alt="'.$rows['file_id'].'" src="users/'.$_SESSION['user'].'/thumbs/'.$rows['file_name'].'">

 

And This doesn't (My addition: '.$rows['title'].'):

<img onmouseover="return escape(\'<b>File:</b> '.$rows['file_name'].'<br ><b>Title:</b> '.$rows['title'].'\')" class="image" alt="'.$rows['file_id'].'" src="users/'.$_SESSION['user'].'/thumbs/'.$rows['file_name'].'">

Link to comment
https://forums.phpfreaks.com/topic/36885-i-cant-find-the-error/
Share on other sites

its a DHTML title thing I got from here http://www.walterzorn.com/tooltip/tooltip_e.htm, (put your mouse on the funky bike).

 

It is supposed to look like that, when I add '.$rows['title'].' It stops displaying, but it does display before I add that.

Link to comment
https://forums.phpfreaks.com/topic/36885-i-cant-find-the-error/#findComment-175964
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.