Home

Submit

Source

Feeds

Home » PHP » Databases ::

PHP Databases
This ten part series of articles will teach you everything you'll need to build a database-driven Web site from the ground up. Main topics include: Installation, Getting Started with MySQL, Getting Started with PHP, Using PHP to access a MySQL database, Relational Database Design, A Content Management System, Content Formatting and Submission, MySQL Administration, Advanced SQL, and Advanced PHP.
Related Tutorials
PHP Databases
Web Database Tutorial (PHP & MySQL)
PHP / Databases
This is a tutorial on how to create a web database application using PHP and MySQL on a Unix platform (Linux or Mac OS X). The example used is a database to manage web site links. The same ideas used in this tutorial can be expanded to most web applications like phone directories, personalization, survey polls, etc... All are based on inserting, displaying and managing data in a database.

Site: mkaz.com Report - View Tutorial

PHP News and RSS Feeds
PHP/MySQL RSS Feed
PHP / News and RSS Feeds
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates.

Site: www.webwicked.com.au Report - View Tutorial

PHP News and RSS Feeds
PHP/MySQL RSS Feed
PHP / News and RSS Feeds
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates. The tutorial is available in PDF format.

Site: www.webwicked.com.au Report - View Tutorial

PHP News and RSS Feeds
Building Content By Parsing RSS Feeds With PHP
PHP / News and RSS Feeds
If you run a content driven web site, even a blog, one problem you might find is getting content. A great free source of content is RSS Feeds. Instead of manually adding each item in the feed into the database, you'll set up a script to parse the feed and automatically add each item into the database.

Site: www.shadow-fox.net Report - View Tutorial

PHP Databases
Building database table handlers in PHP using OO approach
PHP / Databases
Having in mind PHP developers like myself I strived to provide an alternative and hopefully useful method for easing the daunting task of database communication. In my line of work and, I presume, in line of work of many of my colleagues database-driven PHP applications, and therefore communication with database, play very important role. As is, PHP provides a very flexible and easy way for database integration. Native drivers for majority of databases and ODBC connectivity make the task of database communication almost trivial.

Site: www.geocities.com Report - View Tutorial

PHP Databases
MySQL for Newbies, How to create a MySQL Database and Table
PHP / Databases
Whether you are an experienced web programmer or a complete novice attempting to provide data interactivity with your web site, MyQSL is an easy to use and free database solution that can allow you to store and configure data to be displayed on your web site.

Site: www.ztej.com Report - View Tutorial

PHP Databases
Querying Web Databases
PHP / Databases
We introduce the following techniques in this tutorial: * Using the five-step web database querying approach to develop database-driven queries * Coding a simple solution to produce HTML <pre> preformatted text * Using the MySQL library functions for querying databases * Handling MySQL DBMS errors * Producing formatted output with the HTML <table> environment * Using include files to modularize database code * Adding multiple queries to a script and consolidating the results into one HTML presentation environment * Performing simple calculations on database data * Developing basic database-driven scripts incrementally and producing modular code encapsulated in functions.

Site: www.brainbell.com Report - View Tutorial

PHP General Development
Keeping your Dynamic Pages Dynamic
PHP / General Development
As Web pages become more database-driven and dynamic, it is important that Web browsers display the most up-to-date information available from your site. For those who have been in the PHP field for some time, dealing with this issue is nothing new. The problem itself has nothing to do with PHP at all. Rather, it is the client's browser that is the source.

Site: www.zend.com Report - View Tutorial

PHP Searching
Using PHP to search a MySQL database and return paged results
PHP / Searching
PHP, MySQL and a Web Server capable of parsing PHP pages, like Apache or IIS. This search script does not spider all your pages by crawling the links, so the content you want to be searchable must be within the database. Knowledge of PHP and MySQL is also necessary because this script is just the bones of a working solution.

Site: www.designplace.org Report - View Tutorial

PHP Databases
How to Access a MySQL Database Using PHP
PHP / Databases
Display data from a MySQL database on a web page using PHP.

Site: teamtutorials.com Report - View Tutorial

PHP Databases
How to connect to MySQL database using PHP
PHP / Databases
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running.

Site: www.webcheatsheet.com Report - View Tutorial

PHP CMS
Building Dynamic Pages With Search Engines in Mind
PHP / CMS
Almost any developer knows that search engine placement is critical to the success of a web site. What many people don't know is that a lot of search engines cannot index many database-driven pages (basically any page with a '?' or '&' in the URL).

Site: www.phpbuilder.com Report - View Tutorial

PHP Databases
PHP DB Admin Control
PHP / Databases
This is a small web based database administration code using PHP 4+ and mySQL database.

Site: www.sourcesystems.net Report - View Tutorial

PHP News and RSS Feeds
Building an RSS Feed From a Database
PHP / News and RSS Feeds
Learn how to take information in a MySQL database table and export it to RSS using the file writing capabilities of PHP.

Site: www.shadow-fox.net Report - View Tutorial

PHP Databases
Basic mySQL Queries And PHP
PHP / Databases
This tutorial will help you get started in working with mySQL and PHP. It will assume that you have no prior experience in using mySQL with PHP before. After reading this tutorial, you should get an idea on what a database is, how to use it, and how to access it. You can then go ahead and start reading on the many more advanced topics regarding database systems.

Site: biorust.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement