List/Grid PHP Subscribe RSS feed of category PHP
PHP: Storing session data in database
Session data by default is stored in /tmp directory on the server in the form of text files. It wouldn’t be a good practice to store session information in the…
PHP: Taking care of security
Today highly confidential data such as credit card number, social security number etc are stored and handle through web. So it must be your primary goal to make your web…
