Database-Related
Results 1 - 20 of 152
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)
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.
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.
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)
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.
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)
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)
Delete Records With Effect Using jQuery And PHP
Delete Records With animation fade-out effect Using jQuery And PHP
Mysql class using singleton
Ever wondered how to use mysql class on your OOP projects ? Singleton is the answer !
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.
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.
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.
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)
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)
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.
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.
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.
Simple Connection to Informix
This tutorial explains how to make a simple connection to Informix and select some data using PHP.
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)
