User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 402,070 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,597 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 701 | Replies: 3
Reply
Join Date: Dec 2007
Posts: 52
Reputation: justted is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
justted justted is offline Offline
Junior Poster in Training

Help Image Map and PHP ...Help!

  #1  
Dec 11th, 2007
Hello everyone,

Ive been having trouble trying to incorporate the code for an image Map into a PHP global.inc.php document of my community.

The image map code is:
<img name="headerbanner0" src="headerbanner.gif" width="950" height="125" border="0" usemap="#headerbanner" alt="" />

<map name="headerbanner">
<area shape="rect" coords="224,93,385,125" alt="newsroom">
<area shape="rect" coords="585,90,793,2081874365" href="http://cyberpetcity.com/view_page.php?page=1363&game=1" alt="cybertown">
<area shape="rect" coords="411,90,564,125" href="http://cyberpetcity.com/free_food.php?game=1" alt="soup">
<area shape="rect" coords="806,94,943,125" href="http://cyberpetcity.com/view_page.php?page=1362&game=1" alt="contact">
</map> 

-------------------------And the PHP code im trying to add it to is:

if ($getGame[use_logo] == "1")
{

	$gameName = "<img src=$base_url/images/user_images/opg_$game/logo.gif>";



}

Im not sure if this can be done but would be a huge help if I am able to provide a decent navigation menu. I tried to insert a Xara menu which would have been absolutely perfect but was really hard to do and I was unsuccessfull.

Any help would be much apreciated
Regards
Justin
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Nov 2007
Posts: 26
Reputation: chrelad is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 4
chrelad's Avatar
chrelad chrelad is offline Offline
Light Poster

Help Re: Image Map and PHP ...Help!

  #2  
Jan 1st, 2008
Hi justted,

Could you elaborate on what exactly the problem is? All I'm getting as far as a question is:

"How do I add the image map HTML to the global.inc.php file?"

Am I right, and if so:

global.inc.php

<?php

$map = <<<END
<img name="headerbanner0" src="headerbanner.gif" width="950" height="125" border="0" usemap="#headerbanner" alt="" />

<map name="headerbanner">
<area shape="rect" coords="224,93,385,125" alt="newsroom">
<area shape="rect" coords="585,90,793,2081874365" href="http://cyberpetcity.com/view_page.php?page=1363&game=1" alt="cybertown">
<area shape="rect" coords="411,90,564,125" href="http://cyberpetcity.com/free_food.php?game=1" alt="soup">
<area shape="rect" coords="806,94,943,125" href="http://cyberpetcity.com/view_page.php?page=1362&game=1" alt="contact">
</map>
END;

if ($getGame[use_logo] == "1"){
  $gameName = "<img src=$base_url/images/user_images/opg_$game/logo.gif>";
}

?>
Reply With Quote  
Join Date: Sep 2007
Posts: 4
Reputation: r4ccoon is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
r4ccoon r4ccoon is offline Offline
Newbie Poster

Re: Image Map and PHP ...Help!

  #3  
Jan 1st, 2008
what is image map?
Reply With Quote  
Join Date: Aug 2008
Posts: 6
Reputation: mgwalk is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
mgwalk mgwalk is online now Online
Newbie Poster

Re: Image Map and PHP ...Help!

  #4  
4 Days Ago
an image map is an image the has links attached to hotspot (coords) on the map.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb PHP Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the PHP Forum

All times are GMT -4. The time now is 12:58 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC