Perad Posted October 21, 2006 Share Posted October 21, 2006 I want to create a single script which has the following(see below). I am looking for a tutorial but don't have a clue what to search for.. I know how to make each of the pages individually but i don't have a clue how to combine the functions into 1 page.Could someone point me to a tutorial or quickly explain how to link a bunch of functions so the user stays on the same page when they go to different articles.Category ViewCategory 1Category 2Category 3Expanded Category ViewCategory 1-Article 1-Article 2Category 2-Article 3-Article 4-Article 5Article ViewTitleContentThanks for any help givenPerad Quote Link to comment https://forums.phpfreaks.com/topic/24648-how-do-i-do-the-following/ Share on other sites More sharing options...
wildteen88 Posted October 21, 2006 Share Posted October 21, 2006 You'll want to use javascript rather than PHP. PHP can only be used on a page request and not on a users action, without the page having to reload/refresh. Quote Link to comment https://forums.phpfreaks.com/topic/24648-how-do-i-do-the-following/#findComment-112263 Share on other sites More sharing options...
Perad Posted October 21, 2006 Author Share Posted October 21, 2006 Do you know what i would need to google to find a tutorial or example of this? Quote Link to comment https://forums.phpfreaks.com/topic/24648-how-do-i-do-the-following/#findComment-112286 Share on other sites More sharing options...
Design Posted October 21, 2006 Share Posted October 21, 2006 check out [url=http://www.w3schools.com]http://www.w3schools.com[/url]. they've got easy-to-understand tutorials on almost every web design language. Quote Link to comment https://forums.phpfreaks.com/topic/24648-how-do-i-do-the-following/#findComment-112343 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.