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

[PHP-WIN] more on HTTP post variables

2003-06-12 Thread weifan agusman
Another newbie on PHP here. say I have this simple PHP code: Simple Input Your name: So I'm sending 'name' to post.php but I also want to send another variable, say 'school' which has a fixed default value. But of course I dont need to (and don't want to) put the 'school' field on the