Okay, as it stands i've coded the web interface for the database to display each row in its own table, the database is fill of monsters, their exp, stats, drops, etc, however for the data on map locations, i would like to make it so the results display the map locations as links to a popup window displaying the map.
currently an example of returned result is.
moc_fild15, moc_fild17, moc_fild18
is there any way i can predefine the code used to open the new window, and display the image, so the code needed before and after the mapnames could be as short as possible?
for example, setting $mapimg as the mapname in maps.php, so when clicked, the window opening would lead to domain.com/map.php?map=moc_fild18
could anyone give me a short simple way of accomplishing this task?, or directions to somewhere i can read about doing it
Thanks and merry christmas 🙂