PHP 8.5.0 RC 1 available for testing

Voting

: four minus two?
(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