Few Security configurations using htaccess file
When it comes to security, one should put lot of care to implement it correctly at every layer. In a Apache based server, you can configure your web server for…
Remove Accents and Special Characters from string in MySQL
While processing or cleaning data with accents from non English languages or text with special characters it is very helpful to have a small piece of code which we can…