RE: [PHP-WIN] more on HTTP post variables

2003-06-16 Thread Svensson, B.A.T. (HKG)
> 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

RE: [PHP-WIN] more on HTTP post variables

2003-06-15 Thread weifan agusman
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

RE: [PHP-WIN] more on HTTP post variables

2003-06-13 Thread Svensson, B.A.T. (HKG)
> 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