Hello,
I have problem with AJAX remote urls.
I already built my tab functionality and I got everything working. All I need know is the remote URLs functionality. So the thing is that I am currently building profile settings page for my website and I have different categories under the settings page like privacy and notifications etc..
So whenever I click on the notifications tabs (for example) I the main content will be overwritten with the notification settings. At the moment, whenever I click on a certain tab, it instantly changes and my url remains untouched. I want my URL to change whenever I change the information through clicking a tab. So let's say I click on a tab and my URL is www.website.com/settings.php?notifications.
I need this functionality because whenever I'll add a link somewhere on my website I and I want the user to be redirected to a certain section of the settings like notifications rather than going on settings and then clicking on notifications.
If I didn't explain something correctly or you don't understand a certain section I wrote then please let me know because I really need this feature and it is a vital part of my website because I will not only be using it on settings - I am thinking of adding this feature to many different parts of my website.
Lastly, I know that I wrote too much, I do believe that this functionality will have to be done through GET variables using PHP and AJAX to fire the code and PHP to echo it out on to the page. I think I know the basic logic of it but I don't know where to start and how to set it out.
Can anyone help me out?