Today I was working on an in house project and suddenly one of my colleagues came to me with a text file and said please…
Category: PHP
When I was a PHP beginner I know how difficult was to communicate with database. First I had to create database connection and then type…
CSV (Comma Separated Values) file is one of the ways to store database values in tabular format. But as a PHP beginner sometimes create CSV…
Dropdown is the best way to force user to select any one option by giving him/her a list of options. But sometimes there is a…
Virtual host is one of the best ways to host multiple domains. Virtual host can be IP based or name based. IP based means that…
I know as a PHP beginner, Session and Cookies are one of the confusing topics. Because both stores user data. But the differences in both…
This is the second article of the slim 3 framework tutorial. In my previous article we have successfully downloaded slim 3 framework and worked with…
XAMPP is one of the most popular PHP development environment available right now. Best thing about xampp is that it is completely free and it…
As a web developer I always store images in database. And when I need to show them I just simple query to the database get…
As a PHP beginner, I know the pain of saving form values in database. But don’t worry in this tutorial I am going to to…