PHPKonf 2025 Baku

Voting

: min(four, three)?
(Example: nine)

The Note You're Voting On

nospam at spellingcow dot com
17 years ago
URL's in the query string of a relative URL will cause a problem

fails:
/page.php?foo=bar&url=http://www.example.com

parses:
http://www.foo.com/page.php?foo=bar&url=http://www.example.com

<< Back to user notes page

To Top