Hi
user fill form on page
page is encoded in utf-8 or iso-8859-2
how can i remove strange signs and change tem into similiar signs in "natural english"
? -> a ?
? -> e ?
and so on ...
second questions
how to write reguklar expressions which allow to include a ( sign or ' sign ?
magic_quotas are on
if (!preg_match("/[a-z'(]+/",$sometthing) doesn't solve the thing
Webdesign
user fill form on page
page is encoded in utf-8 or iso-8859-2
how can i remove strange signs and change tem into similiar signs in "natural english"
? -> a ?
? -> e ?
and so on ...
second questions
how to write reguklar expressions which allow to include a ( sign or ' sign ?
magic_quotas are on
if (!preg_match("/[a-z'(]+/",$sometthing) doesn't solve the thing
Webdesign