2D Graphics
Audio Editing
Video Editing
Search
34 results found for tag "mysql"
MySQL is null operator will test whether a value is NULL. If satisfied, then returns 1 otherwise returns 0.
MySQL INSERT INTO statement is used to insert record(s) or row(s) into a table.
We will be using XAMPP in this article, because it’s used for all four operating systems (Windows, Linux, Mac OS X and Solaris).
Generating extended MySQL inserts is a great way of speeding up big insert jobs, there are some pitfalls to avoid though.
This tutorial teaches users about the basic structure of an Information Schema plugin, how it works, how it defines the table structure, and how it fills it with the data.
We are making a simple, yet robust, PHP & MySQL file download counter, which will track the number of downloads on certain files on your server.
Tutorial on how to create a jQuery / Ajax and PHP powered simple CRUD for any MySQL table.
We are developing a cool and simple login/registration system in a few easy to follow steps. You can download the complete source code and modify it to fit your own needs.
In this tutorial we are going to create an AJAX-driven shopping cart. All the products are going to be stored in a MySQL database, with PHP processing the data and jQuery handling the front end.
This time we are going to create our own twitter-like timeline using PHP, MySQL and jQuery.