Hello,
I want to have a webpage with multiple portions (created through tables).
When somebody clicks on a link from menu, the html file belonging to that link/section, should appear in a portion of the webpage, and the URL needs to be changed ( like www.yourwebpage.com/index.php?id=2&id=7 ).
As I have heard, this is possible only with PHP, because the server needs to be queried to show such content in a portion of webpage.
And also, the link can be bookmarked (with use of GET) and accessed afterwards at the desired time.
Do I need that each link from menu be a form that would have GET method?
Can anyone give me a short and simple example of such a PHP script that would lead to this result?
Or is there any more simple language other than PHP for this result?
Thank you in advance!
Peter