Jump to content

selecting array key from link


oldmanInAz

Recommended Posts

Greetings all.

 

I am building a website which will have a popup box.

When a link is clicked on, the proper data will show in the box.

I just need to know how I can detect which link was clicked.

 

e.g.

<a href="#">link one</a>

<a href="#">link two</a>

 

 

$a[1]="item1 | item2 | item3"

$a[2]="item4 | item5 | item6"

 

list($one, $two, $three)=explode("|",$a[x])

 

Where x is dependent on the link clicked.

 

All the sites I have seen so far speak of basic array structures and how to set them up.

If it makes any difference, the links are inside an unordered list setup.

 

Thanks for any help.

 

Link to comment
https://forums.phpfreaks.com/topic/228163-selecting-array-key-from-link/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.