update page now

Voting

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

The Note You're Voting On

ozziez_box at hotmail dot com
7 years ago
Regarding base64url, you can just use:

<?php
$encodedUrl = urlencode(base64_encode($string));
$decodedUrl = base64_decode(url_decode($string));
?>

<< Back to user notes page

To Top