|
Input elements with type="hidden" definitely work with $_GET. You might have a typo or something. If it isn't showing up in your address bar, then it would be a problem in the HTML, otherwise the issue is most likely in the PHP.
On an semi-related side note, I hope that you filter your $_GET['pagecall'] through some sort of if else or switch statement. If you are just doing a raw header() or include() statement on that value, it is somewhat of a security hole.
__________________
The interlocking pieces of web development: usability, performance, accessibility, and standards.
|