Please answer this simple SPAM challenge: min(eight, seven)? (Example: nine)
The Subversion error "svn: Can't recode string" can be caused by the locale being wrong. Try<?phpputenv('LANG=en_US.UTF-8');?>(or whatever your preferred locale is) before you call shell_exec()
<< Back to user notes page