I would like a JavaScript onmouseover event to bring up a box with text in it. The text is retrieved from a MySQL database, as it alters with different rollovers. Is there any way of doing this please? It's on a phpBB forum.
This would be an Ajax script. You use the javascript to call a php function that returns data from the database or any other script that you create. Im not sure how easy this would be to implement in a phpBB forum, but Ajax is definitely the direction you need to look in.
You wan't to duplicate what VB already does when you hover over a topic and get the first few words of the post right?