PHP escapeshellcmd is escaping Czech language characters -


in code pass variables $name , $surname registration form via post method. call function in pass these variables. if echo them, fine, until use escapeshellcmd on them. special characters of czech language such as: 'ě,š,č,ř,ž,ý,á,í,é' escaped. there workaround or function use safe input form? tried escapeshellarg, breaks code.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

'hasOwnProperty' in javascript -

android - Unable to generate FCM token from dynamically instantiated Firebase -