<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Database Related</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 01:31:16 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 01:31:16 -0500</pubDate>
<item>
<title>Display Data with CodeIgniter 2.1.0</title>
<pubDate>Thu, 01 Dec 2011 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Display-Data-with-CodeIgniter-2.1.0/73632</link>
<description>
<![CDATA[This tutorial demonstrates how to create a model, view, and controller to retrieve data from a database.]]>
</description><guid>http://www.tutorialized.com/tutorial/Display-Data-with-CodeIgniter-2.1.0/73632</guid>
</item>
<item>
<title>Avoid executing MySQL queries within loops</title>
<pubDate>Thu, 09 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Avoid-executing-MySQL-queries-within-loops/72037</link>
<description>
<![CDATA[Reduce the number of MySQL queries your script performs by utilising this more efficient approach to displaying dynamic data.]]>
</description><guid>http://www.tutorialized.com/tutorial/Avoid-executing-MySQL-queries-within-loops/72037</guid>
</item>
<item>
<title>Access a MySQL Database Using PDO</title>
<pubDate>Wed, 08 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Access-a-MySQL-Database-Using-PDO/71190</link>
<description>
<![CDATA[This tutorial will show you how to access a mysql database using the PHP Data Objects interface, also known simply as PDO. One big advantage of using PDO versus other methods is the use of prepared st...]]>
</description><guid>http://www.tutorialized.com/tutorial/Access-a-MySQL-Database-Using-PDO/71190</guid>
</item>
<item>
<title>PHP translate function using google translate</title>
<pubDate>Tue, 07 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/PHP-translate-function-using-google-translate/69508</link>
<description>
<![CDATA[We create a database table that can contain translations for specific languages. Then we create a function that uses that database. If it finds a translation it will show the one out of the database. ...]]>
</description><guid>http://www.tutorialized.com/tutorial/PHP-translate-function-using-google-translate/69508</guid>
</item>
<item>
<title>Php and Mysql Google Sitemap</title>
<pubDate>Sat, 04 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Php-and-Mysql-Google-Sitemap/67446</link>
<description>
<![CDATA[Google Xml Sitemap in Php and Mysql, In this tutorial i will teach you how to create your own Php and Mysql Sitemap for your website.]]>
</description><guid>http://www.tutorialized.com/tutorial/Php-and-Mysql-Google-Sitemap/67446</guid>
</item>
<item>
<title>Get the size of a MySQL database using PHP</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Get-the-size-of-a-MySQL-database-using-PHP/66763</link>
<description>
<![CDATA[This is a simple tutorial that shows how to get the size of the mysql databse using php]]>
</description><guid>http://www.tutorialized.com/tutorial/Get-the-size-of-a-MySQL-database-using-PHP/66763</guid>
</item>
<item>
<title>Displaying data from MySQL table using PHP</title>
<pubDate>Fri, 03 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Displaying-data-from-MySQL-table-using-PHP/66526</link>
<description>
<![CDATA[In this lesson I will teach you how to display a single row or multiple rows of data from a MySQL table using PHP.]]>
</description><guid>http://www.tutorialized.com/tutorial/Displaying-data-from-MySQL-table-using-PHP/66526</guid>
</item>
<item>
<title>The easiest way to paginate MySQL results with PHP</title>
<pubDate>Thu, 02 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/The-easiest-way-to-paginate-MySQL-results-with-PHP/66020</link>
<description>
<![CDATA[Easy to follow PHP tutorial on paginating MySQL results.]]>
</description><guid>http://www.tutorialized.com/tutorial/The-easiest-way-to-paginate-MySQL-results-with-PHP/66020</guid>
</item>
<item>
<title>Php Count() Function</title>
<pubDate>Thu, 02 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Php-Count%28%29-Function/65896</link>
<description>
<![CDATA[Count all elements in an array, or properties in an object, This is particularly useful for counting all the elements of a multidimensional array. The default value for mode is 0. count() does not det...]]>
</description><guid>http://www.tutorialized.com/tutorial/Php-Count%28%29-Function/65896</guid>
</item>
<item>
<title>Complete Website Mysql Backup Using PHP</title>
<pubDate>Thu, 02 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Complete-Website-Mysql-Backup-Using-PHP/65636</link>
<description>
<![CDATA[This script will show you how to take complete website mysql backup via cron using php and email the backup file as attachment]]>
</description><guid>http://www.tutorialized.com/tutorial/Complete-Website-Mysql-Backup-Using-PHP/65636</guid>
</item>
<item>
<title>Generating extended MySQL inserts in PHP</title>
<pubDate>Wed, 01 Dec 2010 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Generating-extended-MySQL-inserts-in-PHP/65048</link>
<description>
<![CDATA[Generating extended MySQL inserts is a great way of speeding up big insert jobs, there are some pitfalls to avoid though.]]>
</description><guid>http://www.tutorialized.com/tutorial/Generating-extended-MySQL-inserts-in-PHP/65048</guid>
</item>
<item>
<title>Inserting Data in MySql Database using Forms</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Inserting-Data-in-MySql-Database-using-Forms/63099</link>
<description>
<![CDATA[Today, I will teach you how to insert data in Mysql Database using forms, adding data to database through forms is very useful, because it more easier…]]>
</description><guid>http://www.tutorialized.com/tutorial/Inserting-Data-in-MySql-Database-using-Forms/63099</guid>
</item>
<item>
<title>Connecting and Selecting MySql Database</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Connecting-and-Selecting-MySql-Database/63097</link>
<description>
<![CDATA[Today, in this tutorial i will teach you the basic of connecting to database, Learn how to connect to MySql Database and how to select MySql Database, This is a very easy tutorial, a beginner tutorial...]]>
</description><guid>http://www.tutorialized.com/tutorial/Connecting-and-Selecting-MySql-Database/63097</guid>
</item>
<item>
<title>What is Php Functions and How to create a Function?</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/What-is-Php-Functions-and-How-to-create-a-Function%3F/63096</link>
<description>
<![CDATA[A function is just a name we give to a block of code that can be executed whenever we need it. This might not seem like that big of an idea, but believe me, when you understand and use functions you w...]]>
</description><guid>http://www.tutorialized.com/tutorial/What-is-Php-Functions-and-How-to-create-a-Function%3F/63096</guid>
</item>
<item>
<title>Display data from a MySQL table using PHP</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Display-data-from-a-MySQL-table-using-PHP/62541</link>
<description>
<![CDATA[Detailed lesson about displaying data from a MySQL table using PHP]]>
</description><guid>http://www.tutorialized.com/tutorial/Display-data-from-a-MySQL-table-using-PHP/62541</guid>
</item>
</channel>
</rss>
