PHP, MySQL, and JavaScript Tutorials - Page 55

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

PHP CSV File Read

This tutorial is to help you to read a CSV file or data. Character Separated Values(CSV) or Comma Separated Values is a file type containing ...

April 4th, 2014

PHP Error Handling

Error handling is an important feature to make efficient coding. PHP includes built-in error handling function to be invoked once an error o ...

February 3rd, 2014

PHP Watermark

Adding watermark in PHP is very simple. It can be done using PHP image libraries like GD. Using GD functions, we can use text or image as wa ...

January 30th, 2014

PHP AJAX Image Upload

AJAX image upload in PHP is simple if you use the right technique. You can get this done in less than five minutes. When you build websites ...

January 3rd, 2014

MySQL BLOB using PHP

The BLOB is a kind of MySQL datatype referred to as Binary Large Objects. As its name, it is used to store a huge volume of data as binary s ...

December 30th, 2013

Load Dynamic Data using jQuery

There are many ways to load dynamic data using jQuery. For example, Sending jQuery AJAX call to PHP for dynamic data to be loaded. Creating ...

December 12th, 2013

Send Email in PHP using Gmail SMTP

Sending email is a simple and straightforward task in PHP. Yes! trust me. For some beginners and sometimes even the experienced too struggle ...

December 5th, 2013

How to Create a Minimal WordPress Theme

Creating a minimal WordPress custom theme is simple. In this tutorial let us walk through the steps to create a WordPress theme. Create new ...

December 4th, 2013

MySQL Database Files

In MySQL database installation, a directory has a set of files that contain database metadata and data. That is the database schema and cont ...

November 28th, 2013

jQuery ThickBox

jQuery ThickBox is a kind of popup dialog overlay on top of the browser window. This is a UI widget written in JavaScript by Cody Lindley us ...

November 27th, 2013