cjx2240 Posted March 9, 2020 Posted March 9, 2020 I've got a basic form with method="get" I use $input->get to retrieve the category, and show a list of pages based on this result. Works fine on PC, and on Mac Firefox. However on Safari and Chrome for Mac, I get nothing. If I try to var_dump($input->get), I get a white page, even if debug is enabled. It also works fine with $input->post Why does this work on one browser and not another, can anyone help please?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now