Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | PHP | Tutorials & Tips | Database-Related

Results 1-20 of 61
PHP Database Integration With MySQL
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to MySQL Database Server Create new Database Select MySQL Database Add data to table Retrieve data Error Handling
(3 ratings)
Reviews0
PriceFree
Views3258
MySQL backup tutorial
In this tutorial I will show you a short and simple way how to create a backup copy of your MySQL database using the mysqldump utility.
(3 ratings)
Reviews0
PriceFree
Views1070
Backup all your databases with one click
This is a script usefull mostly to server admins, which will automatically detect all your mysql databases and backup/compress them.
(6 ratings)
Reviews0
PriceFree
Views1417
phpMyAdmin Tutorial: Transformations & PDF-Features
After having worked through this tutorial you will be able to: * know how the additional phpMyAdmin features using special seperate tables work and how to set them up * store pictures inside a MySQL table and view them from within phpMyAdmin * put specific transformations on any of your columns * create your own transformations, even with active PHP-code in it! * create PDF pages of your table layout, with relations and individually positioned ER-models At the end of this tutorial there's also some hints on getting the most out of your phpMyAdmin config file, showing you some configuration directives which seem to get less public attention.
(9 ratings)
Reviews0
PriceFree
Views4360
Uploading, Saving and Downloading Binary Data in a MySQL Database
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. Includes the complete source code for all the scripts involved.
(3 ratings)
Reviews0
PriceFree
Views5727
PHP Script Tips - Working with MySQL Database
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.
(3 ratings)
Reviews0
PriceFree
Views3823
Random MySQL result-set
This 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.
(12 ratings)
Reviews0
PriceFree
Views2868
ODBC Socket Server
This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at http://odbc.linuxave.net/. This tutorial will take you through configuring your machines and using the socket server.
(3 ratings)
Reviews0
PriceFree
Views2001
Migration of Access data to MySQL
In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It!
(3 ratings)
Reviews0
PriceFree
Views1104
5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn't any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.
(3 ratings)
Reviews0
PriceFree
Views2941
PHP MySQL Tutorial
This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating guestbook, contact form, Content Management System (CMS), User Authentication etc.
(19 ratings)
Reviews1
PriceFree
Views7073
Simple Database ORM
This article explains how to perform basic CRUD operations on a datavase using the included DataContext class. It shows how to insert/update and query data.
(3 ratings)
Reviews0
PriceFree
Views835
Importing csv data into MySQL with php script
This tutorial will show you how to import csv data into MYSQL with a simple PHP script. Many times you have to write a script because the import function in phpMyAdmin will not import the way you want.
(7 ratings)
Reviews1
PriceFree
Views4187
Database Normalization And Design Techniques
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. This 6-page article describes the data relationships and the normalization of data using a simple example.
(9 ratings)
Reviews0
PriceFree
Views4826
Accessing a Microsoft SQL Server database from PHP running under Linux
This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box.
(3 ratings)
Reviews0
PriceFree
Views2821
Database frontend with PEAR DataGrid and DataObject
Structures_DataGrid and DB_DataObject are two PEAR components, which can be connected together, to easily display the data contained in a SQL table, and let the user sort and page through it. With minimal typing, this tutorial shows you how you can bypass the usual steps of parsing GET parameters, performing SQL requests, and generating HTML content.
(3 ratings)
Reviews0
PriceFree
Views3153
Creating an object oriented MySQL abstraction class
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
(3 ratings)
Reviews0
PriceFree
Views2235
SQL Server FAQs - PHP MSSQL Functions - Connections and Query Execution
A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts. Clear explanations and tutorial exercises are provided on SQL Server connection; providing port number; selecting database; running SQL statements; checking execution errors; looping through query result; looping through result fields.
(3 ratings)
Reviews0
PriceFree
Views1292
PHP and MySQL examples
The 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.
(45 ratings)
Reviews0
PriceFree
Views11706
Interfacing With MS Access 97+
Here, you will learn how to create an MS Access database and interface with it using PHP on Windows platform. Main topics include: Creating an Access database, Setting up an ODBC Connection, and Interfacing with database.
(3 ratings)
Reviews0
PriceFree
Views5157
Results 1-20 of 61