<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>PERSONAL HOME PAGE(PHP) PROGRAMMING LAGUAGE</title>
	<atom:link href="http://jkda.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jkda.wordpress.com</link>
	<description>IT IS JUST MY OWN HOME PAGE</description>
	<lastBuildDate>Fri, 20 Feb 2009 09:10:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jkda.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>PERSONAL HOME PAGE(PHP) PROGRAMMING LAGUAGE</title>
		<link>http://jkda.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jkda.wordpress.com/osd.xml" title="PERSONAL HOME PAGE(PHP) PROGRAMMING LAGUAGE" />
	<atom:link rel='hub' href='http://jkda.wordpress.com/?pushpress=hub'/>
		<item>
		<title>INTRODUCTION OF PERSONAL HOME PAGE(PHP)</title>
		<link>http://jkda.wordpress.com/2009/02/18/introduction-of-personal-home-pagephp/</link>
		<comments>http://jkda.wordpress.com/2009/02/18/introduction-of-personal-home-pagephp/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 09:16:22 +0000</pubDate>
		<dc:creator>jkda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jkda.wordpress.com/?p=6</guid>
		<description><![CDATA[Introduction PHP is a scripting language originally designed for producing dynamic web pages. It has evolved to include a command line interface capability and can be used in standalone graphical applications.[2] While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkda.wordpress.com&amp;blog=6617988&amp;post=6&amp;subd=jkda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Introduction</p>
<p>PHP is a scripting language originally designed for producing dynamic web pages. It has evolved to include a command line interface capability and can be used in standalone graphical applications.[2] While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification.[3] PHP is free software released under the PHP License, however it is incompatible with the GNU General Public License (GPL), due to restrictions on the usage of the term PHP.[4] PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge.[5] PHP is installed on more than 20 million websites and 1 million web servers.[6]</p>
<p>&#8220;PHP was developed from the ground up to be a Web platform,&#8221; says Zeev Suraski, chief technical officer at <a title="Zend Technologies Ltd." href="http://jkda.wordpress.com/action/inform.do?command=search&amp;searchTerms=Zend+Technologies+Ltd.">Zend Technologies Ltd.</a> in Israel and an author of the current version of PHP. &#8220;Very powerful applications can be created in a very short time. . . This is the No. 1 feedback I get from people.&#8221;</p>
<p>PHP code is highly portable; it moves from one brand of server to another with minimal or no rewrites. This multiplatform support appeals to IT managers who don&#8217;t want to be locked into a single brand.</p>
<p> <strong>Free and Easy</strong></p>
<p>As open-source software, PHP is free for corporate use and works well with other popular open-source projects, including the Apache Web server and the <a title="MySQL AB" href="http://jkda.wordpress.com/action/inform.do?command=search&amp;searchTerms=MySQL+AB">MySQL</a> and PostgreSQL databases.&#8221;If we didn&#8217;t have PHP, it would cost us six to seven times as much to operate [our] IT environment,&#8221; says Kevin Crothers, head of corporate Web systems at <a title="WorldCom Inc." href="http://jkda.wordpress.com/action/inform.do?command=search&amp;searchTerms=WorldCom+Inc.">WorldCom Inc.</a> WorldCom has used PHP for several major Web projects, both internal and external, including the front end to a searchable database of employees and contractors that contains more than 100,000 records. &#8220;It&#8217;s all LDAP-based,&#8221; he says, noting that PHP had &#8220;the strongest LDAP integration we&#8217;ve been able to find.&#8221;PHP uses server resources efficiently, Crothers says. It uses memory sparingly and allows client-side interpretation of code to shoulder some processing burden.&#8221;There&#8217;s money in your pocket right there,&#8221; he says, because a PHP-based application requires less server hardware than some other environments. Crothers adds that he has found PHP to be both stable and secure, and he believes that the language is very easy to learn compared with competing technologies such as <a title="Microsoft Corporation" href="http://jkda.wordpress.com/action/inform.do?command=search&amp;searchTerms=Microsoft+Corporation">Microsoft Corp.</a>&#8216;s Active Server Pages (ASP) technology for dynamic Web applications.</p>
<p><strong>Room for Improvement</strong></p>
<p>However, many developers generate ASP code from software such as Microsoft&#8217;s Visual InterDev, which can be easier for nonprogrammers than coding in PHP, Suraski notes.At present, there are no high-level commercial WYSIWYG Web authoring tools that automatically generate PHP pages, which means you need actual programming knowledge. That doesn&#8217;t appeal to every Web development shop, but Suraski says he believes some PHP authoring tools will be out later this year.He also acknowledges that PHP&#8217;s object-oriented programming capability, compared with that of Java, for example, &#8220;is not as powerful as it should be.&#8221; This can make PHP a bit more cumbersome for creating very large-scale applications. However, improvements are in the works for PHP Version 5.0, he said, which is due sometime in the second quarter.Lerdorf says other upcoming improvements include making PHP Extension and Application Repository (PEAR) more useful. PEAR solves some Web-related problems but isn&#8217;t part of PHP itself. &#8220;You will also see some nice ways to build [Simple Object Access Protocol/Web Services Description Language] services with PHP,&#8221; he says.PHP is an interpreted language and doesn&#8217;t use compiled binary executables, so PHP applications can be more easily viewed and dissected by competitors, says Crothers. For hiding code or creating applications for resale, products such as Zend&#8217;s Encoder will mask some work.For professional-level quality assurance and testing, Crothers advocates using a product such as Komodo from Vancouver, British Columbia-based ActiveState Corp. Komodo&#8217;s integrated development environment is available free to individuals and nonprofit organizations.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jkda.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jkda.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jkda.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jkda.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jkda.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jkda.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jkda.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jkda.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jkda.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jkda.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jkda.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jkda.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jkda.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jkda.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jkda.wordpress.com&amp;blog=6617988&amp;post=6&amp;subd=jkda&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jkda.wordpress.com/2009/02/18/introduction-of-personal-home-pagephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6fc39113b65c7a5faa5dc0e987a7f4?s=96&#38;d=identicon" medium="image">
			<media:title type="html">jkda</media:title>
		</media:content>
	</item>
	</channel>
</rss>
