Database-Related

Results 1 - 20 of 152

Sort by:

MySql and PHP Tutorial

Learning and using PHP language without interacting with a Database doesn't have much sense at all,and specifically MySql,and ,while you learning you'll be delighted to discover how simple it is.I'll show you how to crate a Database and Tables where to...
(show more)

  • Price: Free
  • Views: 70

MySQL backup tutorial

In this tutorial I will show you a short and simple way how to create a backup copy of your MySQL database using the mysqldump utility.

  • Price: Free
  • Views: 378

Creating a simple SQL script executor

In this tutorial I will show you how you can create a simple PHP script to execute MySQL batch files.

  • Price: Free
  • Views: 806

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many...
(show more)

(4.00 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,571

Select random records from a MySQL database

Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly selected tutorials. This tutorial shows you how to select records randomly from a MySQL database.

(3.44 out of 5) from 9 Ratings

  • Price: Free
  • Views: 2,196

PHP and MySQL Introduction Tutorial

This tutorial covers the basics of accessing a MySQL database from your PHP script. You will learn how to connect to a MySQL database, and how to execute a SQL statement. The example code will output an HTML table containing the contents of a table in...
(show more)

  • Price: Free
  • Views: 100

Using MySQL Prepared Statements in PHP

PHP supports MySQL prepared statements using the Mysqli (MySQL Improved) extension in PHP 5 via the MySQLi_STMT class. They are fairly easy to use once you get used to the differences from writing raw SQL statements. This tutorial will explain how to use...
(show more)

  • Price: Free
  • Views: 80

Delete Records With Effect Using jQuery And PHP

Delete Records With animation fade-out effect Using jQuery And PHP

  • Price: Free
  • Views: 31

Mysql class using singleton

Ever wondered how to use mysql class on your OOP projects ? Singleton is the answer !

  • Price: Free
  • Views: 80

Installing CouchDB on CentOS 5

CouchDB is part of a new breed of database systems, increasingly being used to create cutting-edge PHP web applications. This blog posts walks you through installing CouchDB on CentOS Linux.

  • Price: Free
  • Views: 19

Paging Results in PHP

Following examples teaches how to query a mySQL database and getting results in pages. Every page displays results maximum 10 results in a single page.

(2.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 3,099

Counting records in PHP/mySQL

Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.

  • Price: Free
  • Views: 1,090

Connecting to a mySQL database

This tutorial explains how to use several basic MySQL database functions in PHP. Main topics include: Connecting to a mySQL database using PHP, SHOW available tables, Using telnet to CREATE tables, How to INSERT, QUERY, UPDATE, and DELETE rows in a...
(show more)

(4.33 out of 5) from 7 Ratings

  • Price: Free
  • Views: 15,544

Beginning MySQL Tutorial

This article will aid the reader in learning the basic operations of the MySQL server, including how to make a proper connection, set up the server for consequential manipulation and execute basic commands. The commands covered within this article are...
(show more)

(4.00 out of 5) from 1 Rating

  • Price: Free
  • Views: 16,195

PHP MySQL Tutorial

This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating guestbook, contact form, Content Management System (CMS), User Authentication etc.

(4.17 out of 5) from 16 Ratings

  • Price: Free
  • Views: 6,267

MySQL Essentials

This is a quick MySQL reference for your daily practice or for learning MySQL. This one page document includes most of the commands you will need to create databases and tables, run queries and process data. The download file format in MS Word.

(5.00 out of 5) from 1 Rating

  • Price: Free
  • Views: 3,859

Using PHP with ODBC

This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard. You should be familiar with PHP syntax and have a working knowledge of databases.

(5.00 out of 5) from 1 Rating

  • Price: Free
  • Views: 3,089

MySQL Tutorial

MySQL Tutorial shown in a variety of ways!

(2.80 out of 5) from 13 Ratings

  • Price: Free
  • Views: 3,847

Simple Connection to Informix

This tutorial explains how to make a simple connection to Informix and select some data using PHP.

(3.22 out of 5) from 7 Ratings

  • Price: Free
  • Views: 1,271

Generic PHP Page Navigation Class for Database Record Lists

Condense a Web page generated list of records into one page at a time. Greatly reduce Web page load time as formatted output is sent from server to client much quicker than the entire record set listing on a Web page. The generic PHP class (PageNav)...
(show more)

  • Price: Free
  • Views: 682
<< previous
 ( 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8next >>