<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHPJavascript &#187; PHP</title>
	<atom:link href="http://www.phpjavascript.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpjavascript.com</link>
	<description>Web Development Guide - My Personal Library of Tutorials and Scripts</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:57:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sample Brochure for NBD Bank</title>
		<link>http://www.phpjavascript.com/sample-brochure-for-nbd-bank/</link>
		<comments>http://www.phpjavascript.com/sample-brochure-for-nbd-bank/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 11:26:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=490</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/sample-brochure-for-nbd-bank/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create typical blog using drupal</title>
		<link>http://www.phpjavascript.com/create-typical-blog-using-drupal/</link>
		<comments>http://www.phpjavascript.com/create-typical-blog-using-drupal/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:18:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=456</guid>
		<description><![CDATA[The drupal blog module present in the core is not sufficient lacking the main features of a blogging website. Wordpress provide us the standard features of a blogging website in a single package.
The missing features can be categories, archives, recent posts, latest comments, blogroll and there are many more I am just talking about the [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/create-typical-blog-using-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Install GD Library on windows</title>
		<link>http://www.phpjavascript.com/php-install-gd-library-on-windows/</link>
		<comments>http://www.phpjavascript.com/php-install-gd-library-on-windows/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 13:40:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=325</guid>
		<description><![CDATA[GD library is configured as extensions in windows and is very easy to install.
If you need to play around with images like resizing, thumbnails, video  thumbnails etc you need to have GD library support on your local web server.
Its very simple to install GD library support windows (IIS should be the same  on [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/php-install-gd-library-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP SMS</title>
		<link>http://www.phpjavascript.com/php-sms/</link>
		<comments>http://www.phpjavascript.com/php-sms/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 13:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=315</guid>
		<description><![CDATA[Use PHP script to send SMS online.
Source: http://www.sephiroth.it/tutorials/flashPHP/sms/
SMS (also known as text-messaging) has grown into a  		very popular method of communication. It has been around in Europe and  		Asia since the early nineties and its use is steadily increasing in the  		US as well.
SMS stands for &#8220;Short Message Service&#8221; and uses mobile [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/php-sms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHP variable data passing</title>
		<link>http://www.phpjavascript.com/php-variable-data-passing/</link>
		<comments>http://www.phpjavascript.com/php-variable-data-passing/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 13:21:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=312</guid>
		<description><![CDATA[How can we pass variables from one page to another using PHP.
You can pass variables from one page to another using the following ways:

$_REQUEST
$_POST
$_GET
$_COOKIE
$_SESSION

//  
// 
Note 

REQUEST, POST and GET pass variables or information from one page to  	another 
COOKIE and SESSION pass variables or information around an entire  	application or website.

These [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/php-variable-data-passing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>automatic copyright</title>
		<link>http://www.phpjavascript.com/automatic-copyright/</link>
		<comments>http://www.phpjavascript.com/automatic-copyright/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 13:18:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=309</guid>
		<description><![CDATA[Download.
Use a simple PHP snippet to show the copyright year changing automatically every year without the hassle of remembering to change it manually.
Show the correct copyright year. Using a simple PHP snippet, the year shown on your copyright notice will automatically change, without you having to remember to change it every year. Just remember to [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/automatic-copyright/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MSSQL or SQL &#8211; Connect and configure</title>
		<link>http://www.phpjavascript.com/php-mssql-or-sql-connect-and-configure/</link>
		<comments>http://www.phpjavascript.com/php-mssql-or-sql-connect-and-configure/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 13:06:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=304</guid>
		<description><![CDATA[Learn how to configure and connect PHP with Microsoft SQL. And you always thought PHP could only fit with MYSQL.
Requirements
PHP (Click here to Install and configure PHP5 on windows system)
MS SQL (Click  here to Install MS SQL on windows)
//  
// 
Configure MS SQL with PHP on windows
Open php.ini file and add extension=php_mssql.dll . [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/php-mssql-or-sql-connect-and-configure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Address Grabber in PHP</title>
		<link>http://www.phpjavascript.com/address-grabber-in-php/</link>
		<comments>http://www.phpjavascript.com/address-grabber-in-php/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 12:57:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=300</guid>
		<description><![CDATA[Download. This is a nice script&#8230;.we can extract addresses from corresponding mail address books&#8230;enjoy with this script.
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/address-grabber-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP wallpapers</title>
		<link>http://www.phpjavascript.com/php-wallpapers/</link>
		<comments>http://www.phpjavascript.com/php-wallpapers/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 12:51:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=297</guid>
		<description><![CDATA[Download
Wallpapers are similar to photo gallery. Its actually the same thing the only  addition is the two resolutions (800 and 1024)
We are writing this script for our dedicated user Lavanya.
Demo
 Click here to view the demo.
Code
//  
// 
Copy paste the following script:
&#60;script&#62; function pop800(id) { var url=&#8217;image800.php?id=&#8217;+id; window.open(url,&#8221;,&#8217;toolbar=no, scrollbars=yes&#8217;,width=&#8217;800&#8242;,height=&#8217;600&#8242;) } function pop1024(id) { [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/php-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP integrate Paypal use visa credit debit card</title>
		<link>http://www.phpjavascript.com/php-integrate-paypal-use-visa-credit-debit-card/</link>
		<comments>http://www.phpjavascript.com/php-integrate-paypal-use-visa-credit-debit-card/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 06:44:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=242</guid>
		<description><![CDATA[Integrate PHP with paypal to buy sell items securely on your website.
There are two main things you have to do to integrate php with paypal:

  Open an account with paypal
add hidden form elements to your existing form (which you are  	using for the shopping cart feature)

//  
// 
add hidden form elements to [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/php-integrate-paypal-use-visa-credit-debit-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
