Composer is a PHP dependency management tool inspired by node’s npm and ruby’s bundler. It allows you to add PHP libraries on per-project basis. Right…
Category: PHP
If you are a PHP developer for some time now, then you already heard about Slim framework. Slim is mainly popular for building APIs. Reason…
As a PHP beginner, remove file from folder and database can be difficult. Because it involves 2 processes. First is remove file from folder. Second…
Contact form is one of the basic and most used feature in almost every site. Purpose of contact form is to get suggestion or feedback.…
I have already covered login form and registration form in my previous posts. In this tutorial I am going to cover how to create CRUD…
Whenever we use html table to show data in columns we often need some type of data sorting feature. Because sorting save lot of time…
In my previous post we create registration form in codeigniter. In this tutorial I am going to create login form in codeigniter. I am taking…
Codeigniter is one of the most popular PHP MVC framework available right now. It comes with bunch of built-in libraries and helper functions like database,…
Multiple images uploading option is very handy if you want to upload more than one image at a time. Because multiple images upload option save…
User registration is a very useful feature and it comes almost with every website, social media, and shopping cart or even with a blog. User…