|
Hi, I have a problem because I can't write letters like "ęąśćó". I'm using a simple gallery script and whenever I wrtie "ęąłóś" the forntend just "eat's them" leaving standard characters. I recon it has something to do with this statment:
$albumname = preg_replace("/([\\x00-\\x20\\x7f-\\xff" . preg_quote('\/:*?"<>|', '/') . "])/e","",$_REQUEST['newalbumname']);
will appreciate any help.
p.s the gallery is t EasyPhpAlbum Version 1.4.4,
|