When I visit programming talk I find out a hot topic talking about Levyo Ajax Technology Gallery. Their site is at http://levyo.com - demo at http://gettingzone.com. They build Ajax application on PHP, Mysql. Their gallery runs so fast, especially when I login, register, submit, rate, write comment, upload, process, Tab feature... It's great.
How can they do especially "unlimited tab feature", you can add new category in Admin CP, it generates new Tab automatically? How can we programm an Ajax Application on PHP?

you can't create an Ajax application in PHP. You can have an Ajax application served through a PHP process, but Ajax is 'Asynchronous Javascript And X(h)tml'.

Asking how you make one is like asking how you make an HTML page. Big question, and you only want one part of the answer.

Lookup: JavaScript, XMLHTTP requests in JavaScript, and the W3C XHTML DOM.

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.