gezi
12-02-2005, 03:06 AM
I read on the documentation of loadVars about this last parameter that could be either GET or POST and so, together with the written word, I was sure that this is the GET and POST I know from html forms.
In other words, when using POST my parameter arrive in a php script in my $_POST array, and that when using GET the parameter would be added to the URL and arrive in $_GET.
But apparently not so, whatever I use in loadVars, I always get them through the URL and into the $_GET array.
Am I misunderstanding something here because I can't really see what the difference between the two is and I would really like a lot better to do the real <FORM> type of POST, I don't like that stuff on the URL.
Anybody with some insight?
thanks
Gunter
In other words, when using POST my parameter arrive in a php script in my $_POST array, and that when using GET the parameter would be added to the URL and arrive in $_GET.
But apparently not so, whatever I use in loadVars, I always get them through the URL and into the $_GET array.
Am I misunderstanding something here because I can't really see what the difference between the two is and I would really like a lot better to do the real <FORM> type of POST, I don't like that stuff on the URL.
Anybody with some insight?
thanks
Gunter