Hi!
In index page I manage categories by just putting in url /?cat=mycat
attribute.
Now, when user clicks a link which start jQuery update. First inserting data in SQL and if success then $("#indexPage").load('updateIndexPage.php')
where contains query of index elements from database.
Now, I can't get that to fetch urls attributes (in this case this ?cat=mycats
). I have in that updatefile $cat = $_GET['cat'];
but it doesn't work??
So what is happening is that when user is some of my cats, and click link after that query is not showing that category stuff where user was.. :)
well that's messy.. :)