Click here to Skip to main content
15,900,378 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: How to get INR symbol "Rs". Pin
Marc Firth3-Jun-09 21:54
Marc Firth3-Jun-09 21:54 
QuestionPHP misses url parameters Pin
platinum19123-Jun-09 12:15
platinum19123-Jun-09 12:15 
AnswerRe: PHP misses url parameters Pin
Marc Firth3-Jun-09 21:53
Marc Firth3-Jun-09 21:53 
AnswerRe: PHP misses url parameters Pin
fly9044-Jun-09 1:42
fly9044-Jun-09 1:42 
GeneralRe: PHP misses url parameters Pin
platinum19124-Jun-09 8:28
platinum19124-Jun-09 8:28 
AnswerSolution Found Pin
platinum19124-Jun-09 12:00
platinum19124-Jun-09 12:00 
Questionphp Pin
mrs gbolagun1-Jun-09 4:44
mrs gbolagun1-Jun-09 4:44 
AnswerRe: php Pin
Marc Firth1-Jun-09 5:14
Marc Firth1-Jun-09 5:14 
so you want to know what exactly? You need to be a bit more specific. Post code you've written so far etc. What exactly do you mean "link to each other"?

Do you mean you have a map (i.e: of the US) and you want users to be able to click on different areas of it? If so, then you will probably want to use the <map> and <area> tags.

e.g:

<pre>

<img src="yourImage.jpg" width="480" height="467" border="0" usemap="#Map" alt="buttons" />
      <map name="Map" id="Map">
         <area shape="rect" coords="6,27,282,136" href="state1.php" alt="State1" />
         <area shape="rect" coords="6,170,282,278" href="state2.php" alt="State2" />
      </map>

</pre>


GeneralRe: php Pin
mrs gbolagun1-Jun-09 23:28
mrs gbolagun1-Jun-09 23:28 
GeneralRe: php Pin
Marc Firth3-Jun-09 21:49
Marc Firth3-Jun-09 21:49 
GeneralRe: php Pin
mrs gbolagun4-Jun-09 1:23
mrs gbolagun4-Jun-09 1:23 
GeneralRe: php Pin
Marc Firth4-Jun-09 1:48
Marc Firth4-Jun-09 1:48 
AnswerRe: php Pin
Smithers-Jones3-Jun-09 1:46
Smithers-Jones3-Jun-09 1:46 
QuestionUnlock already mounted volume, on boot Pin
darkdragn31-May-09 14:33
darkdragn31-May-09 14:33 
AnswerRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi1-Jun-09 0:33
Moreno Airoldi1-Jun-09 0:33 
GeneralRe: Unlock already mounted volume, on boot Pin
darkdragn1-Jun-09 7:10
darkdragn1-Jun-09 7:10 
GeneralRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi1-Jun-09 7:20
Moreno Airoldi1-Jun-09 7:20 
GeneralRe: Unlock already mounted volume, on boot Pin
darkdragn1-Jun-09 9:18
darkdragn1-Jun-09 9:18 
GeneralRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi3-Jun-09 0:28
Moreno Airoldi3-Jun-09 0:28 
GeneralRe: Unlock already mounted volume, on boot Pin
darkdragn5-Jun-09 2:23
darkdragn5-Jun-09 2:23 
GeneralRe: Unlock already mounted volume, on boot Pin
Moreno Airoldi5-Jun-09 2:38
Moreno Airoldi5-Jun-09 2:38 
QuestionPHP Admin Control Panel [modified] Pin
neex123331-May-09 11:24
neex123331-May-09 11:24 
AnswerRe: PHP Admin Control Panel Pin
Marc Firth1-Jun-09 3:50
Marc Firth1-Jun-09 3:50 
AnswerRe: PHP Admin Control Panel Pin
Java John10-Jun-09 0:22
Java John10-Jun-09 0:22 
GeneralRe: PHP Admin Control Panel Pin
Syed M Hussain17-Jun-09 5:45
Syed M Hussain17-Jun-09 5:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.