It may happen due to improper url configuration while migrating from http to https. Here is how you can fix this issue. 1. Update WordPress Address (URL) and Site Address [ … ]
Category: PHP
Busting Browser Cache by CSS Versioning
If you are tired of pressing ‘ctrl+f5’ every time you update your site’s CSS (or JS) to see the changes, then here is a good idea to fool and force [ … ]
PHP Data Types
There are eight primitive Data Types in PHP. String Integer Float or Double Boolean Array Object NULL Resource
Securing PHP Web Applications
1) Always validate data in the server side before processing it, even though you are validating in the client side using jQuery/JavaScript. 2) Never trust user inputs. We should always [ … ]