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 1-10 of 39   Pages: Go to  1  2  3  4  Next >>  page  


In this article, the author gives a code source file in a text form for making some alterations to search and get results in a MySQL database content. He gives some programmes to follow step by step and three major areas are covered in this script, t



This article gives a introduction to PostgreSQL, prerequisites, connecting to PostgreSQL from PHP, using pg_query() to create a table, inserting data into your database, viewing the entries in the database and updating the entries. The author conclud



This is a tutorial which tells the users about storing binary files in a mySQL database with php. This tutorial explains the users about setting up a database in which they should optimize the fields on their tables by not wasting any resources. This



In this article, the author gives some PHP scripted code functions for reducing your MySQL database queries and makes your website run fastly. The author describes in the following areas like how to minimize the impact of your server, building script



In this article, the author gives his views about MySQL and other RDBMS which are useful for large scale or multi-user applications. But the SQLite is the apt and light weight alternative as your database solution for smaller websites with low traffi



SQL Theory & How-To is an article that gives the answer to the two questions ie- how to Create complex, powerful, queries to take advantage of your table schemas and how to build complex queries on the fly. For this he gives some examples and...



In this article, the author gives some codes and programmes to display the time spent for SQL queries and overall percentage of time for MySQL only and time spent for running PHP code. The author gives some sample functions to show this for easy unde



This tutorial gives a solution to solve the problem of avoiding errors in SQL syntax normally one would get when switching web servers. The author helps coding PHP in an effective way which would make it work any any web server easily and does not co



Script Web databases quickly with PHP scripting language is a tutorial which teaches about how PHP is useful and flexible script that programmes web databases quickly and easily. This also discusses about how to install and configure PHP with the Apa



Random MySQL result-set is a PHP based tutorial for creating database related result tables. It requires MySQL database for storing and retrieving all the data or information. You can create random rows from a table by populating any of the columns t