Learn SQL In 20 Minutes
SQL is not that hard and boring as you may have thought! Check out our article and get to know the basics of SQL and boost your web development skills.
SQL is not that hard and boring as you may have thought! Check out our article and get to know the basics of SQL and boost your web development skills.
This time we will make a very simple registration system that doesn't require or store passwords. It will be easy to modify and embed into an existing PHP website.
In this tutorial we will build a small application with CodeIgniter that will be backed by a MySQL database. It will present questions and give visitors the ability to post answers.
This is the first of a two-part tutorial, in which we will be building a simple computer shop website with PHP, MySQL and jQuery Mobile using the Model-View-Controller (MVC) pattern.
In this two-part tutorial, we will be creating an AJAX Web Chat using PHP, MySQL and jQuery. In this first part, we will be discussing the PHP & MySQL side.
In this tutorial we are making a feature suggestion app with PHP, MySQL & jQuery. With it your website visitors can request features, vote and give feedback for your site.
If you've ever dropped by Behance, you've probably noticed their appreciate badge, with which you can show your appreciation for somebody's creative work. In this tutorial we are making an improved version, which you can include in every page of your site with a bit of jQuery magic.
This time, we are making a Simple AJAX Commenting System. It will feature a gravatar integration and demonstrate how to achieve effective communication between jQuery and PHP/MySQL with the help of JSON.
Today we are making a dedicated Donation Center with PHP, MySQL & PayPal's APIs. It will feature goal setting, a complete PayPal integration, and a donor list with the people who have already donated.
In this tutorial we are making a simple PHP, jQuery & MySQL banner rotator, with which you can create and randomly display banners on your site.
We are making a link sharing app, which will give you the ability to instantly share any web page, with a simple click of a bookmarklet on your bookmarks bar, and display it in a widget on your site.
In this tutorial we are making a simple AJAX-ed Todo List App, with PHP, MySQL and jQuery. In the process we are going to demonstrate PHP's OOP capabilities, play with jQuery UI and implement some nice AJAX functionality.