gevo12321 Posted September 3, 2008 Share Posted September 3, 2008 I just want to know an overview of how to make tabs. by tabs i mean something when u click it, without changing the page, it will search in a different database than the defult. for example. yahoo has this on their website. when u click images, the page doesnt reload or anything but it will search in the images database and not the web database. thank you Link to comment https://forums.phpfreaks.com/topic/122597-solved-tabs/ Share on other sites More sharing options...
Adam Posted September 3, 2008 Share Posted September 3, 2008 Well it's not 'tabs', it's JavaScript and AJAX. If it requires the use of PHP you'll need to use AJAX to make a HTTP request, however if it doesn't you can just use JavaScript... Adam Link to comment https://forums.phpfreaks.com/topic/122597-solved-tabs/#findComment-633011 Share on other sites More sharing options...
monkeytooth Posted September 3, 2008 Share Posted September 3, 2008 Its a Combo of Javascript, PHP, and a Database.. more affectionately known as AJAX.. http://www.tizag.com has a good base tutorial on how to get started using it it, walking you through step by step. Link to comment https://forums.phpfreaks.com/topic/122597-solved-tabs/#findComment-633013 Share on other sites More sharing options...
gevo12321 Posted September 3, 2008 Author Share Posted September 3, 2008 thx Link to comment https://forums.phpfreaks.com/topic/122597-solved-tabs/#findComment-633016 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.