I am passing company name entered by the user on our site to a system command. But whenever a user enter's some special char like Ü or É then the command fails. I want to know how to handle these character's while passing them to a system command.
I am using Exec() of php. any help is appreciated.