Category Archives: Database
PHP 7 with Microsoft SQL Server Driver Released
Microsoft announced on 12th April 2016 early technical preview of the Microsoft Driver 4.0.3 for PHP for SQL Server, using this driver you can connect your PHP application with Microsoft SQL Server currently this server is available only for PHP 7. This Driver enable you to access SQL Server, Azure SQL Database and Azure SQL DW from your PHP 7 apps.
[ Read More ]
Bootstrap 3 Responsive Website Layout Guidance
Responsive web design is a process to create as well as to develop numerous of enhanced bootstrap websites to enable a better accessibility option by users with an optimal viewing experience at the time of viewing any website.
[ Read More ]
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 ]
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 ]
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 ]
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 ]
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 ]