Voting

The Note You're Voting On

piotr DOT wydrych AT gmail DOT com
19 years ago
You can encode paths using:

<?php
$encoded
= implode("/", array_map("rawurlencode", explode("/", $path)));
?>

<< Back to user notes page

To Top