↓ Skip to Main Content
TechGuru

Main Navigation

  • Home
  • Mobiles
  • Laptops
  • Tablets
  • Suvichar
  • Tutorial

Home » Tutorial » MySql

Category: MySql

jQuery Ajax Based Country, State and City List

By Admin Posted on December 6, 2014 Posted in Ajax, Jquery, MySql, PHP, Tutorial No Comments

In this tutorial, you can populate dynamic list of state and city with the help of jQuery and ajax. By default country drop down is displayed. When you will select country from the list, State drop down will be appeared …

jQuery Ajax Based Country, State and City List Read more »

jQuery – Add/Remove Dynamic Form Fields in PHP

By Admin Posted on November 3, 2014 Posted in Jquery, MySql, PHP, Tutorial 10 Comments

In this tutorial, you can add/remove dynamic form fields with the help of javaScript/jQuery. We start with single Input row and a “Add Row” button to allow user to add more rows. When clicks on the “Add Row” button, one …

jQuery – Add/Remove Dynamic Form Fields in PHP Read more »

MySQL – Subtract Time Value (Intervals) From Date

By Admin Posted on August 17, 2014 Posted in MySql, Tutorial 1 Comment

MySQL DATE_SUB() function allow you to substract a time value (Intervals) from the selected date. MySQL SUBDATE() function is the synonym of DATE_SUB() function. The following examples will return a date after substracting 10 days from the specified date 2014-01-15. …

MySQL – Subtract Time Value (Intervals) From Date Read more »

MySQL – Add Time Value (Intervals) To Date

By Admin Posted on August 17, 2014 Posted in MySql, Tutorial No Comments

MySQL DATE_ADD() function allow you to add a time value (Intervals) to the selected date. MySQL ADDDATE() function is the synonym of DATE_ADD() function. The following examples will return a date after adding 31 days with the specified date 2014-01-02. …

MySQL – Add Time Value (Intervals) To Date Read more »

PHP – Filter Data to Prevent MySQL Injection Attacks

By Admin Posted on August 16, 2014 Posted in MySql, PHP, Tutorial No Comments

I have created a data filter function to prevent SQL Injection. This function will filter all the parameters before adding into the MySQL. This function escapes all the characters with slashes like single quotes and double quotes (\’ ‘\ and …

PHP – Filter Data to Prevent MySQL Injection Attacks Read more »

Simple Items Listing with PHP, MySQL, jQuery, jQuery UI, Ajax & CSS3

By Admin Posted on August 5, 2014 Posted in Ajax, Jquery, MySql, PHP, Tutorial No Comments

Simple Ajax based item list with PHP, MySQL and jQuery. In this process, added PHP OOPS capability with jQuery UI and implemented jQuery Ajax functionality. It is very user friendly. Any one can create, edit, delete and reorder the items …

Simple Items Listing with PHP, MySQL, jQuery, jQuery UI, Ajax & CSS3 Read more »

  • Facebook
  • Twitter
  • LinkedIn
  • Mail

© 2023 TechGuru
Top