<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/82/e-mail-.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>Parsing Forms With PHP</title>
		   <link>http://www.programmerkingdom.com/view/301/parsing-forms-with-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
PHP is excellent for parsing and handling
forms. It easily handles this task, making PHP ideal for sending
web-based email, outputting information to the screen, and passing data
to and from a database.


 
Parsing Forms With PHP  
Parsing Forms With PHP and Sending E-Mail  

PHP is excellent for parsing and handling forms. It easily handles this
task, making PHP ideal for sending web...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>AJAX &amp; PHP to Build Mailinglist</title>
		   <link>http://www.programmerkingdom.com/view/302/ajax-&amp;-php-to-build-mailinglist.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this article, we'll learn to use AJAX to
accept subscriptions to your mailing list without having to refresh the
page; with this approach, your sign up process will be quick and
painless. 

Use AJAX and PHP to Build your Mailing List

In this article, we'll learn to use AJAX to accept subscriptions to
your mailing list without having to refresh the page; with this
approach, your sign...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Build your Mailing List</title>
		   <link>http://www.programmerkingdom.com/view/303/build-your-mailing-list.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
An elegantly designed site filled with engaging
content is worth very little without an interested audience. An opt-in
mailing list is one of the most effective methods of making contact
with your audience and driving repeat traffic to your site.

Use AJAX and PHP to Build your Mailing List

In this article, we'll learn to use AJAX to accept subscriptions to
your mailing list without hav...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Advanced email in PHP</title>
		   <link>http://www.programmerkingdom.com/view/304/advanced-email-in-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this article, I'll try to recapture some of
that magic for those of you who have never created a Web site that
sends email messages. We'll see how the PHP server-side scripting
language may be set up to send email. 

Advanced email in PHP

In this article, I'll try to recapture some of that magic for those
of you who have never created a Web site that sends email messages.
We'll see ...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>PHP Sendmail Tutorial</title>
		   <link>http://www.programmerkingdom.com/view/305/php-sendmail-tutorial.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
The contact form will take the users
information that he or she has filled in then send the data over to our
php script for processing. In our case the data will be sent over to us
in an email. 


Sending email through PHP

Intro

Thousands of websites use contact forms to communicate with their
users. You will have almost certainly seen one if not used one to
contact someone. The co...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Send Emails Using PHP</title>
		   <link>http://www.programmerkingdom.com/view/306/send-emails-using-php.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Sending emails with PHP is a lot easier than
you would think. With this tutorial, you will learn at the basic way to
send emails using PHP. This tutorial assumes you have a basic
understanding of PHP.

Send Emails Using Php (basic)
Send Emails Using PHP (Basic). 

Sending emails with PHP is a lot easier than you would think.

First of all, we start with our PHP tags &lt;?php and ?&gt;...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Sending Emails</title>
		   <link>http://www.programmerkingdom.com/view/307/sending-emails.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This chapter describes: How to check the mail
server on your local Windows system and how to send an email through
PHP. This is a great way to get visitors to contact you and you to
contact members without opening up a software application.


Sending Emails&nbsp;



This chapter describes:


	How to check the mail server on your local Windows system. 
	
	How to send an email throu...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Sending Email with AJAX</title>
		   <link>http://www.programmerkingdom.com/view/308/sending-email-with-ajax.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
As you may have guessed regarding the title,
this three-part series explains the development of a fairly simple
AJAX-driven email client application, which offers some interesting
capabilities for sending email.



Sending Email with AJAX: Interacting with the Server 
Here
we are again. Welcome to the last tutorial of the series &ldquo;Sending email
with AJAX.&rdquo; As you may have gu...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Form Mailer</title>
		   <link>http://www.programmerkingdom.com/view/309/form-mailer.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
The
Following Code is the actual form where the input can be typed. It's a
great way to have people contact you from your site without having to
open up an email client or having to log into an email service to email
you.&nbsp;


Form
Mailer 


The Following Code is the actual form where the input can be
typed.




	
		
			CODE
		
		
			
			
			&lt;form method=&quot;post&...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>cPanel, WHM, Webmail login</title>
		   <link>http://www.programmerkingdom.com/view/310/cpanel,-whm,-webmail-login.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will allow you to login to
several different ports that are used for cPanel. Then it will get the
correct protocol and redirect the user to a URL assuming the login
information is correct.


cPanel, WHM, Webmail login script


The following code will allow you to login to several different ports that are used for cPanel.




&lt;form action=&quot;cpanelLogin.php&quot;...........</span>]]></description>
		   <pubDate>2010-03-31T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
