|
|
Database-Related
PHP » Tips and Tutorials » Database-Related
A D V E R T I S E M E N T
Want free Oracle Magazine? Apply here now!
Displaying Data In A MySQL DatabaseThis tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases.
A VERY good tutorial for beginners who are interested in learning the language quickly. Tutorials Ground - All Arround Tutorials Directory - Freehere you can find a list of PHP tutorials that help beginners and advanced users to achieve the best in php phogramming, php and mysql interaction, dynamic pages creation and more. PHP MySQL Tutorial - FreeThis is a PHP and MySQL tutorial. With code examples like uploading files to database, creating guestbook, Content Management System (CMS) etc. Start Using MySQLA Brief introduction in how to use MySQL, Great tutorial for beginners. Connect to MySQLShows you how to connect to a MySQL Server.
Random MySQL result-set - FreewareThis sample script produces a result set of random rows from a table. It does so by populating one of the columns with a random number, and then doing a select statement that uses it to sort the results.
Building database table handlers in PHP using OO approachOO approach described in this article help to create ODBC with PHP: Tips and Hints on Windows - FreeODBC is one of Microsoft's earliest technologies for connecting to databases. This article describes how to setup and use ODBC from a PHP perspective. Also discusses ODBC extension bugs, database wrapper libraries, Microsoft's ADO (which is Microsoft's recommended API for 4GL programmers) and DSN-less connections. Count and display the number of rows in a MySQL database table - FreeThis code will count the number of entries / records in a MySQL database table and then display it using echo. Newest MySQL manual in HTML Help (.chm)Everyone who likes MS HTML Help (.chm extension) can now obtain complete conversion of MySQL manual into this format. This conversion tries to bring additional functionality and make using of MySQL manual more comfortable. Add a Row to mySQL - FreewareLearn how to add a row to a mySQL database using a PHP form. Here is a useful script that Spoono uses to update the news. Alternating Row Colors - FreewareAlright, this is a simple little script which I got from some site a while back which lets you alternate colors in a table as rows come in from mySQL. PHP and MySQL examples - FreeThe purpose of these examples are to show you various ways to use PHP and MySQL. The examples include displaying all fields in the database, random fields, sorting alphabetically and limiting the results returned. Add a Row to mySQL - FreewareLearn how to add a row to a mySQL database using a PHP form. SQLite: A Lightweight Alternative - FreeIn this tutorial, Timothy shows you how to get started using SQLite starting with how to obtain it and install it and progressing through example usage. How to create and access MySQL with PHP - FREEThis tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database.
The first step you need to do is get a basic understanding of what MySQL is. If your site can handle or has access to a MySQL database you should try using the PHP Myadmin application to help you use and access your MySQL datases fast and easy.
Getting leaf items of the tree structure - FreeDo you know what is a tree structure It is method of representing and storing some information. Sometimes in complicated applications you need to store data in this way. So find out how to print the leaf items of the tree structure using SQL and the general PHP features. PHP and MySQL for beginnersVery Simple tutorial to get you start using PHP with the most popular MySQL database. MySQL Tutorial - freeMySQL Tutorial shown in a variety of ways! A Tutorial on Porting MySQL code using ADODBIn PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that the parameters you use for the different connect functions are different also.. That's why a database wrapper library such as ADODB comes in handy when you need to ensure portability.
<p>
This tutorial has been translated into multiple languages, including German, Spanish, Polish, Thai and Chinese.
|
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|