I am trying to set up overlib to work with data from within php, here is the code I made,
echo '<a href="javascript:void()" onMouseOver="overlib($data[\'desc\'])" onMouseOut="nd()">Description</a>'
Overlib is not pulling the $data['desc'], anyone got any ideas? thanks