example :
$mytext = ereg_replace('[^A-Za-z0-9_]', '', $mytext );
is changed to$mytext = preg_replace('/[^A-Za-z0-9_]/', '', $mytext );
0 意見:
張貼留言