Every project requires some initial data for testing. Either it’s a user profile information or product description; we need data to test the proper flow…
Category: PHP
As we already see “how to insert data in mysql using php form“. But if want to edit some information in that form how will…
As a developer almost every project that I am working needs some dummy data. Because without data I cannot test my application in which I…
In this tutorial I am going to show you how to fetch data from mysql using php. Let’s take an example of my last post…
In this tutorial I am going to show you how to insert data in mysql using php form. This is a basic tutorial for every…
In my previous post we have successfully installed codeigniter in xampp . In this tutorial I am going to describe you codeigniter framework directory structure.…
Codeigniter is one of the most popular and lightweight PHP framework till date. Codeigniter is based on MVC design pattern and it requires almost zero…
In this article I am going to create registration and login form using password_hash() function. Password_hash API was introduced in PHP 5.5. Right now password_hash…
In my recent project there was a requirement to display first day and last day of every month in a given year. So I had…
New to php and don’t know how to upload and save CSV file in mysql database? Don’t worry in this post I am going to…