PHP, MySQL, and JavaScript Tutorials - Page 53

Guides across PHP, MySQL, JavaScript, Laravel, React, and backend tools.

PHP CSV File Export Using fputcsv()

In this tutorial, we are going to export MySQL records to a CSV File using PHP function fputcsv(). In the previous article, we have formatte ...

October 24th, 2014

PHP CSV File Export

In this tutorial, we are going to see how to export MySQL database records to a CSV file. Few days before we have seen about how to read fro ...

October 23rd, 2014

jQuery Expand Collapse All

The expand collapse functions are used for expanding or collapsing menu-structured or tree-structured lists of items. There are various plug ...

October 19th, 2014

Check Uncheck All Checkbox using jQuery

This tutorial will check or uncheck a group of checkboxes using jQuery. We can use this feature in various scenarios, like selecting multipl ...

October 19th, 2014

PHP Contact Form with jQuery AJAX

PHP AJAX contact form sends contact information to the back end without page refresh. The AJAX-based contact form will be helpful when this ...

October 15th, 2014

jQuery Password Strength Checker

In this tutorial, we are going to validate password strength using jQuery. We have regex patterns for alphabets numbers and special characte ...

October 13th, 2014