1. CSS
  2. Flash
  3. HTML
  4. Illustrator
  5. Java
  6. JavaScript
  7. Maya
  8. Photography
  9. Photoshop
  10. PHP
  11. Ruby
  12. Ruby on Rails
  13. 3ds Max

Advertise

PHP Tutorials — Database Interactions

PHP » Database Interactions — 4 days ago
One of the best ways to speed up your web application is to enable query caching in your database, which caches commonly used SQL queries in memory for virtually instant access by the next page that makes the same request. The reason this method is so powerful is that you don’t have to make any changes to your web application, you just have to sacrifice a little bit of memory. This isn’t going to fix all of your problems, but it definitely can’t hurt.
PHP » Database Interactions — 6 days ago
This tutorial will cover the basics of joining tables in mysql
PHP » Database Interactions — 17 days ago
In this tutorial we'll learn how to make a PHP Mailing System which lets your users subscribe, validate, and recieve emails from you.
PHP » Database Interactions — about 1 month ago
This will give you a nice kick start in using PHP and MySQL together.
PHP » Database Interactions — 2 months ago
This time we are going to create our own twitter-like timeline using PHP, MySQL and jQuery.
PHP » Database Interactions — 2 months ago
in this tutorial il show you how to hard code an “about the author box” at the bottom of every post in wordpress.
PHP » Database Interactions — 3 months ago
This tutorial will show you how to create a reset password script.
PHP » Database Interactions — 3 months ago
This tutorial will show you how to create a pagination system, In this example we will be using news table for the pagination.
PHP » Database Interactions — 3 months ago
A beginner's guide to MySQL and PHP to get started and have a basic understanding of what to do.
PHP » Database Interactions — 3 months ago
In this quick tip i'll show you a method that i use for database querying. It simplifies the way you process and pass variables into the query.
Help us out! More and more tutorials are submitted to Good-Tutorials each day. We could use your help with finding good tutorials. Mind lending a hand?