MySQL Forums
Forum List  »  PHP

Re: Concept Help / Newbie
Posted by: Tim Whitaker
Date: September 18, 2016 09:36AM

My initial thought was to initialize all the variables that would be defined from the $_POST array to default to ALL on the 4 options.

Then when the end-user clicks submit the 1st time in the form to filter the data, I set those variable = $_POST array names which is why on the 1st submit it works beautifull.

But when the user goes down and clicks page 2, page 3, etc. of those results, how to I make sure I pass those variable through to each page while also checking to make sure they haven't changed a filter?

Options: ReplyQuote


Subject
Written By
Posted
September 18, 2016 09:13AM
Re: Concept Help / Newbie
September 18, 2016 09:36AM
September 18, 2016 01:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.