<?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>PHP Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/php/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Sun, 27 Dec 2020 11:47:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>PHP Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/php/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PHP Form Handling Example</title>
		<link>https://onlinetutorialspoint.com/php/php-form-handling-example/</link>
					<comments>https://onlinetutorialspoint.com/php/php-form-handling-example/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Thu, 26 Jan 2017 11:27:07 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php form]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4282</guid>

					<description><![CDATA[<p>In this tutorial, we are going to see how to work with PHP form. PHP Form : A PHP form is one key strength that propelled the use of PHP for server-side scripting, because it offers dynamic inputs and outputs, thus acting like any other powerful language such as C, C++ or Java. PHP form</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-form-handling-example/">PHP Form Handling Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-form-handling-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP for Loop foreach Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/php/php-for-loop-foreach-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/php/php-for-loop-foreach-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 25 Jan 2017 13:32:27 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=3264</guid>

					<description><![CDATA[<p>PHP for loop (s) are designed to work with iterative numbers. A block of code will be executed for a specified number of times. PHP for Loop : The PHP for loop demands that the programmer must know how many times the script is needed to run. Syntax : for (initialize counter; test counter; increment</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-for-loop-foreach-example-tutorials/">PHP for Loop foreach Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-for-loop-foreach-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to write (PHP fwrite) a file in PHP</title>
		<link>https://onlinetutorialspoint.com/php/how-to-write-php-fwrite-a-file-in-php/</link>
					<comments>https://onlinetutorialspoint.com/php/how-to-write-php-fwrite-a-file-in-php/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 25 Jan 2017 10:50:59 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4280</guid>

					<description><![CDATA[<p>In this tutorials, we are going to see how to write content on a file in php. PHP fwrite : php fwrite is a function which is used to write a content on file. To write content on file, first of all we need to create a file and open it. We have discussed in</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/how-to-write-php-fwrite-a-file-in-php/">How to write (PHP fwrite) a file in PHP</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/how-to-write-php-fwrite-a-file-in-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP File Handling fopen fread and fclose  Example</title>
		<link>https://onlinetutorialspoint.com/php/php-file-handling-fopen-fread-and-fclose-example/</link>
					<comments>https://onlinetutorialspoint.com/php/php-file-handling-fopen-fread-and-fclose-example/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 25 Jan 2017 09:51:29 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4276</guid>

					<description><![CDATA[<p>PHP has the File handling functionalities that allows us to make dynamic operations on files. In the previous example we have discussed about how to open a file in Php. Now we will see some of the other file handling functions that include fopen(), fread(), and fclose(). php fopen() : The fopen() is a function</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-file-handling-fopen-fread-and-fclose-example/">PHP File Handling fopen fread and fclose  Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-file-handling-fopen-fread-and-fclose-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>php readfile Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/php/php-readfile-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/php/php-readfile-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Wed, 25 Jan 2017 08:43:18 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=4272</guid>

					<description><![CDATA[<p>In this tutorial, we are going to learn how to read file in php. php File Handling : File handling is one of the most crucial needs of a dynamic system. Any web application must be able to handle files with ease. File handling may be used to upload, download, create, read, and edit files.</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-readfile-example-tutorials/">php readfile Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-readfile-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP break statement and continue Example</title>
		<link>https://onlinetutorialspoint.com/php/php-break-statement-and-continue-example/</link>
					<comments>https://onlinetutorialspoint.com/php/php-break-statement-and-continue-example/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 24 Jan 2017 06:09:22 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=3247</guid>

					<description><![CDATA[<p>In this tutorial, we are going to learn about PHP break statement and continue and those importances. PHP break statement : A break statement is useful when we want to exit from a loop without completing the iteration. The keyword break is used universally to get out of loops in PHP. It works for the</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-break-statement-and-continue-example/">PHP break statement and continue Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-break-statement-and-continue-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP switch Statement Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/php/php-switch-statement-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/php/php-switch-statement-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 12:38:26 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=3244</guid>

					<description><![CDATA[<p>In the previous tutorial we have discussed about PHP if..else..elseif statements. This tutorial we are going to discuss above PHP swith. The PHP switch statement is one of the most important conditional statements. PHP switch Statement : The PHP switch statement is used to initiate certain actions based on various conditions. It is used to</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-switch-statement-example-tutorials/">PHP switch Statement Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-switch-statement-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP if Statement Example Tutorials</title>
		<link>https://onlinetutorialspoint.com/php/php-if-statement-example-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/php/php-if-statement-example-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Mon, 23 Jan 2017 04:27:51 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=3242</guid>

					<description><![CDATA[<p>PHP conditional statements are used in various conditions that require decision-making. A fundamental statement is the PHP if statement. In PHP if statement is further branched into the following., PHP if statements : PHP if is used, when validating a certain parameter and prompting a decision to be made. Syntax : if (condition) { code</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-if-statement-example-tutorials/">PHP if Statement Example Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-if-statement-example-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Array Sort Techniques Tutorials</title>
		<link>https://onlinetutorialspoint.com/php/php-array-sort-techniques-tutorials/</link>
					<comments>https://onlinetutorialspoint.com/php/php-array-sort-techniques-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 22 Jan 2017 10:14:51 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=3261</guid>

					<description><![CDATA[<p>In the previous tutorials, we have discussed how to create an array in php and different types of arrays in php. Now, in this tutorials we are going to learn different types of php array sort techniques. PHP Array Sort : Sorting arrays provides a way to organize data sets in either alphabetical order or</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-array-sort-techniques-tutorials/">PHP Array Sort Techniques Tutorials</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-array-sort-techniques-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP Multidimensional Arrays Example</title>
		<link>https://onlinetutorialspoint.com/php/php-multidimensional-arrays-example/</link>
					<comments>https://onlinetutorialspoint.com/php/php-multidimensional-arrays-example/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 22 Jan 2017 07:37:45 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php tutorials]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=3237</guid>

					<description><![CDATA[<p>In the previous tutorial, we have learn about Arrays in PHP, In that we defined an array as a variable that stores a group of values of a similar kind. While single arrays store only a single list of key/value pair, multidimensional arrays are store more datasets with different key/value pairs. PHP Multidimensional Arrays :</p>
<p>The post <a href="https://onlinetutorialspoint.com/php/php-multidimensional-arrays-example/">PHP Multidimensional Arrays Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/php/php-multidimensional-arrays-example/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
