update page now

Voting

: max(five, five)?
(Example: nine)

The Note You're Voting On

Anonymous
17 years ago
For a completely valid XHTML document you have to set the arg_separator, use this before you use output-add-rewrite-var:

<?php
ini_set('arg_separator.input', '&');
ini_set('arg_separator.output', '&');
?>

<< Back to user notes page

To Top