10.07.2013, 12:40
Quote:
when i remove $_GET |
http://foo.bar?foo=bar&foobar=bar%20foo
Then you have
Quote:
array( 'foo' => 'bar', 'foobar' => 'bar foo', ); |
http://localhost/script.php?ip=127.0.0.1&port=7777
when i remove $_GET |
array( 'foo' => 'bar', 'foobar' => 'bar foo', ); |