> Thanks for the hidden input thingy. another question, when we use this kind of
> format in an URL:
>
> ./something.php?name=me&address=far
>
> does it mean I'm using global variables (name and address?) is this a good thing or
> should I do it some other way?
> if I'm not mistaken, to use
Thanks for the hidden input thingy. another question, when we use this kind of format
in an URL:
./something.php?name=me&address=far
does it mean I'm using global variables (name and address?) is this a good thing or
should I do it some other way?
if I'm not mistaken, to use this kind of f
> But of course I dont need to (and don't want to) put
> the 'school' field on the form.
That's wise since it would constitute a possible security
hole by doing so.
> So question is how do I send the school value when
> the submit button is pressed?
This is an contradictive requirement compared