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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -