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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -