tags:

views:

148

answers:

2

Hello everyone,

I'm trying to realize the function similar to the website: site. I know it's done with jQuery. But can someone guide me with more details?

Thanks very much.

Edit:

The function i need is the chained menu and a result set on the right side. I want the chained menu to be generated automatically from mysql.

+1  A: 

How to realize this function in php?

The site you mentioned uses jquery to perform its tasks. If you are looking to build a similar site, then you will also have to use jquery or some other ajax framework, you can't do it with pure php unless you use xajax which is the ajax framework for php.

Sarfraz
@thanks, i want an analysis for the technologies used in the site. Because i'm totally lost in realizing it. Can you give me some directions?
garcon1986
yes it uses jquery only, also for any site, you can know what technologies are used by it by downloading the "wappalyzer" addon of firefox and for each site, it will show techs on bottom right corner of firefox. thanks
Sarfraz
@thanks, i can see that using wappalyzer.
garcon1986
you welcome thanks
Sarfraz
A: 

You can look at the source of the page to see how it's done. I doubt that the server side part of this website is hard.

Niels Bom
@thanks Niels, I have seen the source code in the page. But it seems so difficult for me to understand.
garcon1986
If you're not good at jQuery, read a tutorial/book first, same goes for other techniques (PHP, MySQL).
Niels Bom
@thanks, I have to MASTER jQuery.
garcon1986