Voting

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

The Note You're Voting On

Anonymous
16 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