Voting

: one plus six?
(Example: nine)

The Note You're Voting On

dawgeatschikin at hotmail dot com
19 years ago
Just a minor tweak of massimo's functions.

<?
$data = str_replace(array('+','/','='),array('-','_','.'),$data);
//replace '=' with '.' instead of with nothing, that way the process is reversible. '.' is uri-safe according to http://www.w3.org/Addressing/URL/5_URI_BNF.html
?>

<< Back to user notes page

To Top