<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/598.html</link><description>Database Management RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Create a database on the fly</title>
<link>http://www.advancescripts.com/detailed/15651.html</link>
<description>In some recent work I needed to have databases created with a back end application. Once the database was created from this online application it was pre filled with tables and data from another script that ran right after the database was made. To create a database with PHP we first need to connect as a user that has the ability to create new databases...</description>
</item>
<item>
<title>PHP MySQL tutorial</title>
<link>http://www.advancescripts.com/detailed/15634.html</link>
<description>In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.</description>
</item>
<item>
<title>Display PHP MySQL Data</title>
<link>http://www.advancescripts.com/detailed/15219.html</link>
<description>Learn how using dreamweaver can display information stored in a MySQL database.</description>
</item>
<item>
<title>Export picture from mysql database to file with php</title>
<link>http://www.advancescripts.com/detailed/15016.html</link>
<description>Mysql provide blob type for storing data, if you looking a way to export your blob data into a file (picture) maybe this tutorial will help</description>
</item>
<item>
<title>How to create a database and an user in cPanel</title>
<link>http://www.advancescripts.com/detailed/14439.html</link>
<description>This tutorial might seem pretty simple and obvious for many advanced webmasters, but some beginners might have some problems. And since I remember I was a bit stuck on this years ago too, why not make things clear for anyone? When do we need to do this? Everytime we install a forum or a CMS that requires an empty database being already created for the install process. 

</description>
</item>
<item>
<title>PHP Database Integration With MySQL</title>
<link>http://www.advancescripts.com/detailed/14206.html</link>
<description>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 </description>
</item>
<item>
<title>5 useful PHP functions for MySQL data fetching</title>
<link>http://www.advancescripts.com/detailed/14077.html</link>
<description>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. 

</description>
</item>
<item>
<title>A class to connect mysql servers using text files</title>
<link>http://www.advancescripts.com/detailed/14011.html</link>
<description>If you're using different databases and remote sites to test and/or install scripts. Here is a little class which can prevent some troubles. When connecting a remote mysql_server, it reads a file where all connection items such as host, user.. are stored.</description>
</item>
<item>
<title>A script to generate a report from a valid mysql connection</title>
<link>http://www.advancescripts.com/detailed/14010.html</link>
<description> script to generate a report from a valid mysql connection. The user has to supply which fields he wants to display in table. All properties are changable. 


</description>
</item>
<item>
<title>SImple PHP Database Abstraction Class</title>
<link>http://www.advancescripts.com/detailed/13877.html</link>
<description>This DB connectivity class makes it even easier to work with data from MySQL databases. It handles errors, features a better result object, and allows you to iterate through the rows returned by a SELECT query. 


</description>
</item>
<item>
<title>Creating an object oriented MySQL abstraction class</title>
<link>http://www.advancescripts.com/detailed/13752.html</link>
<description>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. </description>
</item>
<item>
<title>Select random records from a MySQL database</title>
<link>http://www.advancescripts.com/detailed/13745.html</link>
<description>Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly selected tutorials. This tutorial shows you how to select records randomly from a MySQL database. a</description>
</item>
<item>
<title>Optimize All Tables In A MySQL Database</title>
<link>http://www.advancescripts.com/detailed/13354.html</link>
<description>If you have a database driven site and you want to optimize MySQL tables then this is perfect. It goes through all the tables in a MySQL database and does table optimization on each one using the MySQL Optimize Table syntax. 

</description>
</item>
<item>
<title>Get metadata on MySQL databases</title>
<link>http://www.advancescripts.com/detailed/13335.html</link>
<description>Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in each database and all field and field info for each table. Even if you do not need to build on this code, you might want to copy the code which prints out all databases, tables and field information plus examples. Its a great way to get an overview of the tables you are working on for a project</description>
</item>
<item>
<title>How to connect to MS SQL Server database</title>
<link>http://www.advancescripts.com/detailed/13113.html</link>
<description>Before you can get content out of your MS SQL database, you must know how to establish a connection to MS SQL Server from inside a PHP script. This tutorial describes how to connect to MS SQL database with a DSN and without a DSN. </description>
</item>
<item>
<title>Export Database Schema as XML</title>
<link>http://www.advancescripts.com/detailed/13108.html</link>
<description>Sometimes it can be useful to have a dump of the current database schema. This script reads the schema from a MySQL database and outputs XML that describes the schema.  

</description>
</item>
<item>
<title>DSN and DSN-less connections</title>
<link>http://www.advancescripts.com/detailed/13106.html</link>
<description>DSN stands for 'Data Source Name'. It is an easy way to assign useful and easily rememberable names to data sources which may not be limited to databases alone. DSN-less connections don't require creation of system level DSNs for connecting to databases and provide an alternative to DSNs. This tutorial will show you how to connect to an Access database with a DSN and without a DSN.  

</description>
</item>
<item>
<title>Caching your pages with php</title>
<link>http://www.advancescripts.com/detailed/13007.html</link>
<description>Php caching techniques to increase database overhead. Those caching techniques are very useful for high traffic web sites. </description>
</item>
<item>
<title>Display MySQL table as HTML example</title>
<link>http://www.advancescripts.com/detailed/12947.html</link>
<description>This example use MySQL functions from PHP to display full MySQL table(every column and every row) as HTML.  

</description>
</item>
<item>
<title>Importing csv data into MySQL with php script</title>
<link>http://www.advancescripts.com/detailed/12857.html</link>
<description>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.  

</description>
</item>
</channel>
</rss>
