Last updated:9th March, 2019NodeJS MySQL pagination example NodeJS is a popular open source platform used for creating web applications. NodeJS is based on Google chrome’s V8 JavaScript engine. It uses JavaScript as server side language and has non-blocking I/O, event-driven architecture. Top companies like GoDaddy, Groupon, IBM, LinkedIn, Microsoft, Netflix and PayPal etc use NodeJS. In this tutorial, we are …
Read More »Database
php PDO and jQuery AJAX tutorial with example source code
Last updated:22nd March, 2021php PDO tutorial with jQuery AJAX PDO or PHP Data Objects is an extension of php that is used to access databases. In a previous post php MySQLi tutorial, we learned about mysqli extension. In this tutorial we are going to learn about php PDO library. mysqli extension is used with MySQL database only while PDO supports …
Read More »How to generate xml files using php and mysql database
Last updated:5th February, 2022How to generate XML files using php XML is a popular data interchange and storage format used on the internet. XML stands for eXtensible Markup Language. Custom markups can be created in XML. XML was designed to describe data while HTML was designed for data presentation. In a previous tutorial we learned how to parse XML using …
Read More »php mysqli tutorial for beginners with example source code
Last updated:3rd March, 2021php mysqli tutorial for beginners Now a days to develop complex web sites you must need database interaction. With PHP mostly we use MySQL. To access mysql database we can use mysqli or PDO libraries available in php. In this tutorial we are going to explore php mysqli library functions. PHP mysqli extension provides methods to perform …
Read More »How to create a mysql trigger and execute with php
Last updated:9th March, 2019How to create mysql trigger with php What is mysql trigger? A mysql trigger is a stored database object that is always associated with a database table and is executed automatically when a particular defined event occurs. Events when a mysql trigger is executed As stated before a mysql trigger is executed automatically BEFORE or AFTER occurrence of …
Read More »How to create a jQuery drag and drop todo list with php MySQL
Last updated:9th March, 2019How to create a jQuery drag and drop todo list jQuery is very popular JavaScript library in web development community. It is used to perform a wide variety of tasks. In a previous article we explored jQuery AJAX example with php MySQL. Here you will learn how to create a jQuery drag and drop todo list with …
Read More »jQuery AJAX example with php MySQL – download source code
Last updated:28th January, 2022jQuery AJAX example with php MySQL jQuery and Ajax are buzzwords now a days in web development community and it is a must have skill for a web developer. In this tutorial we are going to explore jQuery AJAX example with php MySQL and how we can send an AJAX get request using jQuery to fetch data …
Read More »