[ILUG] PHP plus Celtic languages

Kae Verens kae at verens.com
Wed Aug 18 12:24:22 IST 2004


kevin wrote:

>$urlcode = urlencode($cornishword);
>echo "<a href=\"scripts/popup.php?cword=$urlcode\">test</a>";
>
>When I use the above it works fine until I hit words like conveţhaz which PHP 
>sees on the other side as conve with the rest chopped off. Any ideas?
>  
>

don't forget to decode it

$cword=urldecode($_GET['cword']);

Kae



More information about the ILUG mailing list