Hi,
I'm trying to build a simple Database based PHP system to show my boss the strengths of PHP. I don't have a lot of time to do this, so this question is kinda urgent.
When I try to pass variables from one PHP file to another, with the following:
index.php?contentmodule=1&contentrequest=loginform
isset($contentmodule) keeps returning FALSE. If I submit a variable through a FORM it works just fine.
What am I doing wrong?
Eddie