Jump to content

tooltip


rashmi_k28

Recommended Posts

foreach($users as $user){
$usr=explode("@",$user);
echo "<tr>";
echo "<td width=\"14%\" align=\"center\" bgcolor=$color>$usr[0]</td>";
}

How to add the onmouseover() when on mouse over $usr[0] which displys the complete $user.

 

The code which I found on google displays the first $user to all the $usr[0]

Link to comment
https://forums.phpfreaks.com/topic/131329-tooltip/
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.