[wp-hackers] Everybody Stop

Matt Mullenweg m at mullenweg.com
Tue Jul 27 17:52:45 UTC 2004


Please:

<?php
$url = "here=is a value&there=what is this?&foo=b-_=ar*";
parse_str($url, $r);
?>
<pre>
<?php var_dump($r); ?>
</pre>

If you're not going to check the assertions you make in discussion, please 
keep them to yourself. The only thing you would ever encode is ampersands, 
which people should be aware of anyway to avoid validation problems.

When proposing changes to existing functions, please keep in mind 
backwards compatibility.

When proposing awkward syntaxes, please keep in mind users. WordPress 
templates are already too complicated.

-- 
Matt Mullenweg
  http://photomatt.net | http://wordpress.org
http://pingomatic.com | more soon...



More information about the hackers mailing list