In the form i have sending back to that page again i have
<input type=\"hidden\" name=\"updated\" value=\"1\">
and when submitting that form , the $updated value should be set to 1.
It seems to work fine on a non VB page , and the address i get in a VB page when i set the form to GET is the following ...
Code:
marks.php?linkname=sds&linkurl=TEST&empty=TEST&number=2&updated=1&Send=Update
so it seems to be passing the data , but yet when i try to use the information i get nothing back.