Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Using PostgreSQL With PHP
Using PHP to search a MySQL database and return paged results
Uploading, Saving and Downloading Binary Data in a MySQL Database
Static HTML Generation With PHP
SQLite: A Lightweight Alternative
SQL Theory & How-To
SQL execution time
Slash 'em: The War Against Magic Quotes
Script Web databases quickly with PHP scripting language
Random MySQL result-set
Preparation for using LDAP to SQL
PHPLIB and multiple databases
PHP,MySQL Tutorial
PHP with mySQL introduction
PHP Mysql Tutorial for Beginners 1
Top Code
A Framework for Persisting Data Relationships
Accessing a Microsoft SQL Server database from PHP running under Linux
Alternating Row Colors
Are PHP and MySQL the Perfect Couple?
Beginning MySQL Tutorial
Best Practices: Database Abstraction
Coding Ground - PHP and MySQL tutorial
Connecting to a mySQL database
Counting Rows
Creating and accessing MySQL data with PHP
Creating dynamic Web sites with PHP and MySQL
Creating Next / Previous Buttons with PHP and MySQL
Data Integrity using MySQL and PHP
Data Integrity Using MySQL and PHP (Part 2)
Database Abstraction with PEAR
PHP > Tips and Tutorials > Database-Related
Source List
All | Freeware

Code 31-39 of 39   Pages: Go to  << Prior  1  2  3  4  page  


In this article, the author gives a simple code in PHP for counting the number of rows or records in a database. He gives some sample PHP script function for this. He also gives notes on how the mysql_num_rows function will work only for select state



This is a tutorial where users can handle mySQL database using php. The author provides information to the users that they should know about the parameter variables which can be changed easily. This tutorial tells the users how to open a connection



Coding Ground - PHP and MySQL tutorial is a simple article that relates about the ways and means of creating and managing websites with a MySQL backend. Users are also guided to deal with all types of database related tasks such as storing data in th



In this tutorial, the author helps you learn the how MySQL server works. This includes proper connections, server set up, and normal commands. For people with MySQL knowledge there are some advanced sections for further proceedings. The author gives



Best Practices: Database Abstraction is a tutorial which takes comparision on some traditional database access methods with PEAR. The author gives his view on points like properly named, makes sense, minimal methods and complete method, he interprets



This is a tutorial which teaches the users about handling php and mysql. The author explains to the users about php which can be integrated directly along other web based languages like html and wml that enables the programmer for introducing dynamic



Alternating Row Colors is a tutorial by Akash Goel for PHP coders. This tutorial in simple english tell us how to create a table and how to connect it to a database through MySQL. It also has a sample PHP code for easy understanding. After going thr



This tutorial teaches the users how to access an ms sql server with php installed on linux. The author tells the users that there are fundamentally two techniques to have a remote access from unix to an MS SQL server and also about the two implementa



In this article, the author explains how PHP classes are provided to create relationships in your databases. The author gives many examples and some codes and functions for this. The author further says that by adding methods to the persistable clas