I have a trivial question.
I need to get data from previous page. For example, i am in some kind of category view, and then I could click on button to add new post. I want to get category information to autofill for post.
But, till now, I have only two ideas, how to do that. One - setting session with data in current category view to use it in post page, or getting information from previous category view address information with agent referral.
Any other ideas?
PS Sorry, I didn't mentioned anything about this project at all... This is PHP, and previous and any next pages are in the same project ;)