update page now

Voting

: max(five, six)?
(Example: nine)

The Note You're Voting On

temu92 at gmail dot com
16 years ago
I needed encoding and decoding for UTF8 urls, I came up with these very simple fuctions. Hope this helps!
<?php
 function url_encode($string){
 return urlencode(utf8_encode($string));
 }
 
 function url_decode($string){
 return utf8_decode(urldecode($string));
 }
?>

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /