Jump to content

How to do this? checking language?


Rommeo

Recommended Posts

I have textfield for signature in my form, I m checking if the signature was sent ( if(!empty($_POST['signature'])) 

and if it's not empty I m putting it into the db.

 

The problem is that, I have noticed a greek user has entered something in greek letters, and function could not deal with it and saved it as it is.( DB field supports greek charset )

 

I just want to allow english and german chars with special chars ( ",',< etc. ) , no other charset like greek.

How can I do that? any function for this purpose ?

Link to comment
https://forums.phpfreaks.com/topic/258801-how-to-do-this-checking-language/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.