Voting

: one minus zero?
(Example: nine)

The Note You're Voting On

no at bo dot dy
14 years ago
For parsing queries with entities use:

<?php
preg_match_all
("/(?:^|(?<=\&(?![a-z]+\;)))([^\=]+)=(.*?)(?:$|\&(?![a-z]+\;))/i",
$s, $m, PREG_SET_ORDER );
?>

<< Back to user notes page

To Top