Hi,

I have a forum when members posting a lot of images links. I would like to organize the page but I don't really know how since I'm lack the knowledge of php :| .

Here it how it's look like now:

IS:
http://img78.imageshack.us/img78/3997/123.jpg
http://img78.imageshack.us/img78/3997/12345.jpg

TP:
http://i42.tinypic.com/123.png
http://i42.tinypic.com/123.png

and so on with a lot of images hosting and links.

I would like to recognize "IS:" "TP:" and receive every links below them and put them in drop down menu, so it's look like that:
[IS] [TP]
or vertical
[IS]

[TP]

and when you click on one of them, it's look like that:
Clicked on IS:
[IS] [TP]
http://img78.imageshack.us/img78/3997/123.jpg
http://img78.imageshack.us/img78/3997/12345.jpg

or vertical. Clicked on TP
[IS]

[TP]
http://i42.tinypic.com/123.png
http://i42.tinypic.com/123.png

I would be very very thankful for your help

Recommended Answers

All 2 Replies

Hi,

I realy didnt understand what you are trying to do. The links has nothing there.

But it seems you have to use jquery too.

You may want to know about PHP through examples on net, or you may take help of another php programer.
The task here is to check out the forum database and see which field saves these links and which method displaya these links on the forum. There filtering out the link part is needed may be based on certain conditions and how to show the filtered links in two select boxes is the main part here and you may add some jquery/javascript to jump to the url.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.