Category Archives: Database


November 2, 2015 9:43 pm

Setting up your database and tables in Laravel 5


Setting up your database and tables in Laravel 5
In this article, we will show you how to set up your database, use migrations in Laravel 5 and get help for artisan commands.

[ Read More ]


November 1, 2015 10:22 pm

Stored procedures in PHP and MySQL


Stored procedures in PHP and MySQL
Today, a majority of databases support stored procedures. A stored procedure is simply a set of SQL instructions that perform a particular task which is stored in the database to help associated programming languages and database engine retrieve it anytime. Stored procedures are a great way to increase the performance and reduce network traffic. They usually accept input parameters and can be used by different clients over the network.

[ Read More ]


October 14, 2015 9:06 pm

The Fundamentals of Database


The Fundamentals of Database
Database Fundamentals must be arranged to all the PC experts and clients. In the event that you need in their genuine significance of terms, you would dependably discover an uneasiness and inconvenience when these languages come to you. This article is focused to a fledgling and master both, so that fledgling can plan and a specialist can reconsider things also. My methodology is to specify all the things concerned with database ideas.

[ Read More ]


March 27, 2014 9:40 am

How to read Excel file & Insert data into MySQL Database using PHP


How to read Excel file & Insert data into MySQL Database using PHP
I have received many requests from my readers to write tutorial on Excel file import in MySQL database, so today I am going to give you this tutorial on how to read excel file and insert data into MySQL DB using PHP. I have used a php library php-excel-reader its a very simple and easy to understand library to get excel data in your MySQL database. You can also print data in same excel format in HTML and display on browser.

[ Read More ]


March 24, 2014 8:00 am

Mobile friendly / Responsive jQuery date & time input picker


Mobile friendly / Responsive jQuery date & time input picker
Today I am going to give you a tutorial on date and time picker jQuery plugin its a very useful and great plugin, now days all the web designers have to develop responsive web designs can support all devices screen sizes this plugin also help them to make a nice and Mobile friendly / Responsive jQuery date & time input picker for there websites. It will help designers to create nice and user friendly input forms with this datepicker it also give you time selection as well.

[ Read More ]