File Upload System Script in CodeIgniter, In this tutorial you are going to learn about creating file upload system in CodeIgniter. Previously, I’ve created a crud application in CodeIgniter, You can go through the tutorial. In this file upload system, I’m going to upload a file using CodeIgniter and inserting it into the database. Displaying […]
Continue readingWe have already seen CRUD Application in PHP & MySQL. This is a simple CRUD application in CodeIgniter, if you are new to code igniter and want to learn more this is the place you should start learning. You should know CRUD Operations in Code Igniter, then only you can build any kind of application […]
Continue readingIf you are a website owner you should have a backup of your website always in your hand(WordPress Backup Plugins). If anything goes wrong with your hosting provider or your website gets hacked. You can restore your website with latest backup files. In WordPress you don’t have to worry about backing up your website manually, […]
Continue readingThis is a simple PHP Invoice Script in PHP & MySQL. In this script I’m going to work on these functionalities in our PHP Invoice Script. For creating invoice, we need to have customers and products then invoice generation process. Creating invoices involves different process and it’s bit tricky for beginner developers. Follow these below […]
Continue readingInquiry forms or WordPress Contact Form are like a bridge between site visitor to website admin. It fills the gap between these two end point users. Contact forms let users give genuine feedback about the website, collecting user information, surveys, member event registrations. There are lots of things we can use WordPress Contact forms for. […]
Continue readingThis is Simple PHP Comment System in PHP & MySQL. We are going to create the PHP comment system with these functionalities. First of all, we are going to create comments database table. Then we will work inserting comments through comment form. Then we will create a few admin pages to moderate comments such as […]
Continue readingThis is a simple php shopping cart application in PHP & MySQL to display products, add to cart functionality in php and checkout features and also removing products from cart. This shopping cart application is built with simple php & mysql code. Building E-Commerce Shopping Cart Website in PHP & MySQL On this page you […]
Continue readingIn this tutorial, you will learn about verifying user email address while user registration. This is continuation part to user registration script. Here, I’m generating a verification code based on username input field value submitted by the user. Because this username is unique. Next sending this verification code through email for that user as a […]
Continue readingThis is simple Login System using Facebook API. You can use this to enable facebook login’s on your website. Before continuing with our Facebook login PHP, you should have facebook developer account. If you don’t have one create it using above link. Your server should support these following system requirements PHP 5.4 or greater The […]
Continue readingThis is simple AJAX CRUD application built with AJAX using PHP & MySQL. This tutorial is an extension to our simple crud application in PHP & MySQL. I’m using that same code for this application and adding ajax features. Below is simple AJAX code snippet to send and receive data from PHP file. I’m sending […]
Continue reading