Category Archives: Database


February 24, 2024 5:01 am

How to use PDO database connection in PHP


How to use PDO database connection in PHP
As we all know that in PHP 5.5 MySQL is deprecated and we have to move new extensions like MyQLi or PDO (PHP Data Objects) for database integration, we have already publish an article on How to use MySQLi_connect PHP and this article will explain you how to connect with MySQL database using PDO connection and we explain very few things in this tutorial like database connection, insert, delete, update and select queries with prepare statement, multiple insert and error handling.

[ Read More ]


January 23, 2024 5:01 am

How to use MySQLi_connect in PHP


How to use MySQLi_connect in PHP
As you all knows that MySQLi is improved PHP extension of MySQL which is introduced in PHP 5. MySQL is deprecated in PHP 5.5 will be removed in future. We have millions of applications using PHP MySQL and needs to be updated on MySQLi or PDO (PHP Data Objects is also a new extension you can use to use in your applications). So today i am going to give you a very simple integration guide of MySQLi how to connect to a database, how to  run a query and insert records etc hope you love this article.

[ Read More ]


January 4, 2024 5:02 am

How to Callback Cross Domain Data with Jquery & JSON


How to Callback Cross Domain Data with Jquery & JSON
In this Tutorial I am going to explain you that how you can callback cross domain data with jQuery and JSON(JavaScript Object Notation) is a lightweight data-interchange format.

[ Read More ]


December 18, 2023 5:04 am

Submit a form without page refresh PHP & jQuery


Submit a form without page refresh PHP & jQuery
In this tutorial we have a simple form with name, email & phone number. The form submit all fields to a PHP script without page refresh, using native jQuery method (native meaning, you don’t need to download any extra plugins to make it work.

[ Read More ]


December 14, 2023 5:02 am

Mysql Stored Procedure in PHP


Mysql Stored Procedure in PHP
Are you making stored procedures if not please have a look at this.Stored procedures can help to improve web applications and reduce database requests traffic. This post explains you how to make procedures and decrease database requests.

[ Read More ]


April 14, 2016 8:30 am

PHP 7 with Microsoft SQL Server Driver Released


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 ]


February 1, 2016 12:35 pm

Bootstrap 3 Responsive Website Layout Guidance


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 ]