Home

Submit

Source

Feeds

Home » PHP » Databases ::

PHP Databases
This article is aimed at answering one of the most asked questions on the PHP mailing list and discussion forums alike: How to store binary files in a MySQL database. This article is split into three pages: Setting up the database, Creating the 'upload' scripts, and Creating the 'download' script.
Related Tutorials
PHP Sessions and Cookies
Saving Session data on a database
PHP / Sessions and Cookies
Unless you store your sessions in a database your web application cannot be load balanced across multiple servers.

Site: www.raditha.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
PHP Script Tips - Working with MySQL Database
PHP / Databases
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.

Site: dev.fyicenter.com Report - View Tutorial

PHP Databases
Creating and accessing MySQL data with PHP
PHP / Databases
This tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database.

Site: www.microcyb.com Report - View Tutorial

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 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
Display data from a MySQL table
PHP / Databases
The basics of fetching data in a database and a bit about how to use it.

Site: www.jooldesigns.net Report - View Tutorial

PHP Databases
Saving Movie Clip Positions with PHP and MySQL
PHP / Databases
Good understanding of Flash Actionscript is required to complete this tutorial. What this tutorial basically does is to show you how to set up a table in a mySQL database, then using PHP (or asp with a few minor changes) manipulate that table and interact with Flash.

Site: www.flash-db.com Report - View Tutorial

PHP Paging
Pagination with PHP
PHP / Paging
This tutorial is designed to guide you through the logic and code behind the process of paginating data in PHP. In this tutorial, the data is retrieved from mySQL database. I feel you will be able to grasp this tutorial better if you have a decent knowledge of PHP and mySQL.

Site: www.allsyntax.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 Databases
Writing to Web Databases
PHP / Databases
Writing data in web database applications requires different techniques than reading data. Issues of transactions and concurrency become important, and we introduce these issues and the principles of dealing with them in this tutorial.he introduction is practical: we focus on the basic management techniques of locking and unlocking tables, and how to safely implement simple database writes in MySQL when there is more than one user simultaneously accessing a database. Most importantly, we identify when special approaches are required, and when these can be safely omitted from a web database application.

Site: www.brainbell.com Report - View Tutorial

PHP Databases
Data Integrity using MySQL and PHP
PHP / Databases
This is an overview of relational database concepts, specifically MySQL. It illustrate each of the concepts through simple examples.

Site: www.abriasoft.com Report - View Tutorial

PHP Navigation
PHP and Javascript: Dynamic update with MySQL
PHP / Navigation
In this tutorial we will create a web page that extracts data from a MySQL database without having to refresh the page.

Site: www.geekpedia.com Report - View Tutorial

PHP Databases
Database Normalization And Design Techniques
PHP / Databases
One of the most important factors in dynamic web page development is database definition. If your tables are not set up properly, it can cause you a lot of headaches down the road when you have to perform miraculous SQL calls in your PHP code in order to extract the data you want. By understanding data relationships and the normalization of data, you will be better prepared to begin developing your application in PHP. Whether you work with mySQL or Oracle, you should know the methods of normalizing the table schema in your relational database system. They can help make your PHP code easier to understand, easier to expand upon, and in some cases, actually speed up your application.

Site: www.phpbuilder.com Report - View Tutorial

PHP Databases
Edit a Row In mySQL
PHP / Databases
This tutorial goes along with several others that use the same news database such as Add a Row to mySQL, Displaying a Database, and Deleting a Row In mySQL.There are many reasons you might want to edit one of the rows in your mySQL database. Say for instance, you made a spelling error in one of your news posts and you want to edit it.

Site: www.spoono.com Report - View Tutorial

 
Site Search

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