Quote:
Originally Posted by potter
Ok, I definitely like the idea of checking that the id input is valid. However with jimbona's code snippet it only seems to load noid.php no matter what.
|
Just tested the code locally and works fine for me, make sure the id you are passing via get is ?ID= and not ?id=
do debugging by testing if the different vars such as $ID are being set correctly.