<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/86/guestbooks-.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>Comment Board</title>
		   <link>http://www.programmerkingdom.com/view/342/comment-board.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This is a three-part tutorial that shows you
hwo to make a comment/discussion board like those on this site using
PHP and mySQL. I realize that it is possible to have all three
components in one file, but we are using this method for functionality.

Comment Board

This is a three-part tutorial that shows you hwo to
make a comment/discussion board like those on this site using PHP and
my...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>So You Want A Guestbook, Huh?</title>
		   <link>http://www.programmerkingdom.com/view/343/so-you-want-a-guestbook,-huh?.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
I get a great many e-mail letters asking for me
to put up a tutorial on making a guestbook. Here I'll attempt to expand
on the tutorial to show how the items are used to make a guestbook.

So, You Want A Guestbook, Huh?

I get a great many e-mail letters
asking for me to put up a tutorial on making a guestbook. Here
I'll attempt to expand on the tutorial to show how the items are used
t...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Guestbook Tutorial</title>
		   <link>http://www.programmerkingdom.com/view/344/guestbook-tutorial.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you in steps how to
develop a working guestbook written in PHP. You will need a host that
supports both MySQL And PHP.


Guestbook Tutorial  


First: create in your database a table named 'guestbook' with
the properties like the code below.




	
		
			CODE
		
		
			
			
			// CREATE TABLE guestbook (
			// id int(11) NOT NULL auto_increment,
			//...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>How to Create a Guestbook</title>
		   <link>http://www.programmerkingdom.com/view/345/how-to-create-a-guestbook.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial shows you how to create a simple
guestbook for your visitors to leave messages stored in a MySQL
database. It contains basic functionality and security settings for a
guestbook script. 

Creating a guestbook

[html] In this tutorial I will show you how to create a simple
guestbook where your visitors can leave messages which are stored in a
MySQL database. It contains the ...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Coding A Simple Guestbook</title>
		   <link>http://www.programmerkingdom.com/view/346/coding-a-simple-guestbook.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This is a short article which shows you how to
make a simple guestbook by capturing the visitor's input and storing
the data in a database using PHP. You'll need to know a bit of HTML,
PHP and MySQL in order to do the task.

Coding A Simple Guestbook Using PHP And MySQL 
This is a short article which shows you how to make a simple
guestbook by capturing the visitor's input and storing the...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Guestbook</title>
		   <link>http://www.programmerkingdom.com/view/347/guestbook.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
A simple php guestbook script for users to
leave their feedback for your site. This tutorial is easy to understand
and incorporate into your own website. Although it does require MySQL
to use.

Guestbook

In this tutorial I will show you how to create a nice simple guestbook, I will be using PHP and MySQL for this.


The first thing we are going to need to do is determine what data we...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Creating a PHP Guestbook</title>
		   <link>http://www.programmerkingdom.com/view/348/creating-a-php-guestbook.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this tutorial we will create a simple but
functional guestbook using PHP. All you need is a text editor and a web
host that supports PHP. No MySQL is needed as everything is stored in a
flat file.

PHP Guestbook Script

Description: In this tutorial we will create a simple but functional
guestbook using PHP. All you need is a text editor and a web host that
supports PHP. No MySQL is ...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Create a Guestook</title>
		   <link>http://www.programmerkingdom.com/view/349/create-a-guestook.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this tutorial we will see how to create and
manage a simple Guestbook using an XML formatted file. To do that we
will create and parse the XML structure using an opensource library for
PHP which allow us to threat XML with DOM. 

Use phpdomxml to create a Guestook in Flash
Introduction

In this tutorial we will see how to
create and manage a simple Guestbook using an XML formatted fi...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Guestbook using PHP</title>
		   <link>http://www.programmerkingdom.com/view/350/guestbook-using-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This is a short article which shows you how to
make a simple guestbook by capturing the visitor's input and storing
the data in a database using PHP. You'll need to know a bit of HTML,
PHP and MySQL in order to do the task. 


Coding a simple Guestbook using PHP and MySQL 


Coding a simple Guestbook using PHP and MySQL


This is a short article which shows you how to make a simple g...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>XML Guestbook with PHP</title>
		   <link>http://www.programmerkingdom.com/view/351/xml-guestbook-with-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
So you want to create a guestbook but you don't
have a database like MySQL at your disposal? Then this tutorial might
come in handy. The things you'll need are Flash, a PHP script and the
XML file that will hold your data. 


XML Guestbook
with PHP
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
by Arjen 
Gosman aka Flashmatazz: 18 april 2004


So you want to create a guestbook bu...........</span>]]></description>
		   <pubDate>2010-04-01T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
