Posted by Johannes Vogel on 02/07/07 08:00
Hi S
Sonnich wrote:
> I was trying to understand this...
> http://www.php.net/manual/en/language.variables.external.php
> I wonder what teh community has to say about this...
> I need to get some vars something.php?var=blabla... I can get the
> $var, but also $_request["var"].
> And there is also the file_get_contents('php://input'), but then I
> have to do some more.
> What do people have to say about this?
Get it by using $_GET['var'] and proof the content with is* functions.
HTH, Johannes
[Back to original message]
|