<?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>Website Design Company &#187; PHP &amp; MySQL</title>
	<atom:link href="http://www.xigmapro.com/topics/blog/php-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xigmapro.com</link>
	<description>Ecommerce Website Design Company, Kolkata, India</description>
	<lastBuildDate>Mon, 26 Sep 2011 07:14:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How scripting language work: understand the basics of PHP</title>
		<link>http://www.xigmapro.com/blog/how-scripting-language-work-understand-the-basics-of-php/</link>
		<comments>http://www.xigmapro.com/blog/how-scripting-language-work-understand-the-basics-of-php/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 20:24:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[PHP & MySQL]]></category>

		<guid isPermaLink="false">http://xigmapro.com/xigma/?p=447</guid>
		<description><![CDATA[Randomly and widely used in internet programming, PHP is typically a server side scripting language which helps in developing dynamic web pages. Interaction and indeed a successful interaction with the database servers and the need to manage the page content accordingly has made PHP the most reliable options to bank upon. 
Whenever a request comes [...]]]></description>
			<content:encoded><![CDATA[<p>Randomly and widely used in internet programming, PHP is typically a server side scripting language which helps in developing dynamic web pages. Interaction and indeed a successful interaction with the database servers and the need to manage the page content accordingly has made PHP the most reliable options to bank upon. </p>
<p>Whenever a request comes for a static HTML, the page is returned to the client by the web server without doing the script processing or execution; hence the pages lack the dynamic capability of content fixing. The web server is IIS in Windows and for Linux systems it is the Apache web servers, which are generally used. However PHP and Apache run well in Windows platform also</p>
<p>Now the catch point is in case of PHP pages the server does not return the page directly to the client and instead the web server runs the PHP engine and post backs the output of the executed script to the client’s machine.  Pages become dynamic and depending on the various input conditions the page content can be changed dynamically. </p>
<p>As we organize the files and folders the sites are also organized at the server. Usually files with PHP or php3 extensions are files which contain PHP code. Same way we can say that the files with .asp are the active server page files, which contains the asp code. However, this is not always true! At the server settings we can tell the web server which type of files to execute through which engine or scripting language. A file with .htm extension can also pass through the PHP engine in order to execute PHP codes present inside. </p>
<p>Finally, after executing various types of engine, at the user’s browser the final scrip is posted without the scripting language like PHP or ASP and it only contains HTML and oter However after executing different types engines the final script is posted to user browser which does not contain any PHP, ASP or any other types of scripting language and it only contains HTML and other client side scripts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xigmapro.com/blog/how-scripting-language-work-understand-the-basics-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

