Say, if I have a website http://website.com/
How do I allow each of my navigation tabs to load a new page with the address, for example, http://website.com/?=newpage
What file names should my other html pages be?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are no different files to load the content from, it is simply a
GETvariable with a value inURL, you need Server side or jQuery to load the respective content on your pagePHP For Example