First off thanks for letting me post a new thread
I taught myself php the hard way 4 years ago and always spend time first searching the web for discussions and answers, I tried using echo and other methods to add this clickable map to php, it sometimes worked , but created mutiple headers with the map below my sites normal page
Thanks for your help.
I want to add this map code --------------
MapMap
Into my php file----------------
require_once(“include/site.php”);
dbconn();
needlogin();
sitehead();
mysql_query(“UPDATE users SET life = life_max WHERE id = “. sqlesc($id) .””);
sitefoot();
?>