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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -