<?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, 24 Jan 2012 08:08:00 +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>Theming Internet Explorer, IE7, IE8, Firefox, Safari</title>
		<link>http://www.phpjavascript.com/theming-internet-explorer-ie7-ie8-firefox-safari/</link>
		<comments>http://www.phpjavascript.com/theming-internet-explorer-ie7-ie8-firefox-safari/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 07:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=580</guid>
		<description><![CDATA[While creating a design or a theme for your website use YUI Builder to create a browser compatible theme.
But if you design is still creating havoc on the browsers ie looking great on firefox but crappy on IE7 etc then it is better if you create different stylesheets for different browsers and use javascript to [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/theming-internet-explorer-ie7-ie8-firefox-safari/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP MYSQl Date Format</title>
		<link>http://www.phpjavascript.com/php-mysql-date-format/</link>
		<comments>http://www.phpjavascript.com/php-mysql-date-format/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 05:22:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=575</guid>
		<description><![CDATA[To resolve the issue of displaying the date in dd-mm-yyyy format when it is saved in the mysql database as yyyy-mm-dd do the following:
&#60;?php
$resdate=mysql_query(&#8221;select DATE_FORMAT(date, &#8216;%d/%m/%y&#8217;) AS formatted_date from job where jobid=&#8217;$jobid&#8217;&#8221;);
$rowd=mysql_fetch_array($resdate);
echo $rowd["formatted_date"];
?&#62;
]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/php-mysql-date-format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Services XMLRPC PHP</title>
		<link>http://www.phpjavascript.com/web-services-xmlrpc-php/</link>
		<comments>http://www.phpjavascript.com/web-services-xmlrpc-php/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 06:37:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.phpjavascript.com/?p=553</guid>
		<description><![CDATA[Web Services is a way to communicate between two independent systems such that a website written in PHP can easily communicate with a software build in ASP or VB or C++ etc.
I have started wetting my feet in &#8220;Web Services&#8221; and I wanted to document it to help the open source world and myself in [...]]]></description>
		<wfw:commentRss>http://www.phpjavascript.com/web-services-xmlrpc-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>3</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>3</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>2</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>
	</channel>
</rss>

