<?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>ITTreats.com &#187; PHP</title>
	<atom:link href="http://www.ittreats.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ittreats.com</link>
	<description>Find Programminng Articles on Microsoft Technologies ASP.NET,C#.NET, SUN Technologies JAVA/J2EE, Popular open source PHP</description>
	<lastBuildDate>Sun, 11 Dec 2011 08:25:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>workaround for sessions on cookie disabled machines in php</title>
		<link>http://www.ittreats.com/os/php/work-around-for-sessions-on-cookie-disabled-machines-in-php.html</link>
		<comments>http://www.ittreats.com/os/php/work-around-for-sessions-on-cookie-disabled-machines-in-php.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:44:08 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[How do PHP sessions work when cookies are disabled]]></category>
		<category><![CDATA[Manage Session On Cookie Disabled Browser]]></category>
		<category><![CDATA[php sessions]]></category>
		<category><![CDATA[PHP sessions and disabled cookies]]></category>
		<category><![CDATA[php tutorials]]></category>
		<category><![CDATA[sessions in cookie disabled computer]]></category>
		<category><![CDATA[sessions in php]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=185</guid>
		<description><![CDATA[In PHP, Will sessions work on cookies disabled  Computers ? The answer is   &#8220;NO&#8221;. because, Server cookie is a session or we can say that session is also a cookie on the server. For session to work, cookies on server as well as on client browser should be enabled. We can also make session [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/work-around-for-sessions-on-cookie-disabled-machines-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trimming  Completely using PHP Regular expressions</title>
		<link>http://www.ittreats.com/os/php/trimming-completely-using-php-regular-expressions.html</link>
		<comments>http://www.ittreats.com/os/php/trimming-completely-using-php-regular-expressions.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:27:47 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php regular expressions]]></category>
		<category><![CDATA[trim]]></category>
		<category><![CDATA[trim in php]]></category>
		<category><![CDATA[trim regular expression]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=178</guid>
		<description><![CDATA[Hello Friends, Is your  Trimming method  is taking care for  special characters ?  you might be using  some trimming for some of the special characters but what about the rest ? for you  here is a  simple  Function which will trim  the string  entirely  and  results only the pure string function pureTrim&#40;$input&#41; &#123; // This [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/trimming-completely-using-php-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculate Page Execution time in PHP</title>
		<link>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html</link>
		<comments>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:59:52 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[C#.NET]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SAP - Technical]]></category>
		<category><![CDATA[page execution time]]></category>
		<category><![CDATA[php elapsed time]]></category>
		<category><![CDATA[php page]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=173</guid>
		<description><![CDATA[For those people who want to give users that in how many seconds actually your web page loaded completely. This script will be useful for you. There are so many ways to do this ( As usual ) but the classic approach would be Step 1 : make a note of  the time when your [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/microsoft/cs/calculate-page-execution-time-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Area Values into  Array in PHP</title>
		<link>http://www.ittreats.com/os/php/text-area-values-into-array-in-php.html</link>
		<comments>http://www.ittreats.com/os/php/text-area-values-into-array-in-php.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 12:42:45 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php explode]]></category>
		<category><![CDATA[php textarea]]></category>
		<category><![CDATA[textarea to array]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=171</guid>
		<description><![CDATA[If you  want  to split up  the total text area content  into  array  based on the  row ,  Here is simple solution  to convert  textarea  field  value into  array in PHP. $total=$_POST&#91;&#34;textarea&#34;&#93; &#160; $keyarr=explode&#40;&#34;\n&#34;,$total&#41;; // In order to process this array values here is the code &#160; foreach&#40;$keyarr as $key=&#62;$value&#41; &#123; // becareful to check [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/text-area-values-into-array-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upgrade Your Server PHP Version to latest stable PHP Version using WHM</title>
		<link>http://www.ittreats.com/os/how-to-upgrade-your-server-php-version-to-latest-stable-php-version-using-whm.html</link>
		<comments>http://www.ittreats.com/os/how-to-upgrade-your-server-php-version-to-latest-stable-php-version-using-whm.html#comments</comments>
		<pubDate>Wed, 13 May 2009 16:39:17 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[Open Source Tech]]></category>
		<category><![CDATA[apache update]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php server]]></category>
		<category><![CDATA[php update]]></category>
		<category><![CDATA[PHP Version UPdate]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=143</guid>
		<description><![CDATA[To Upgrade the PHP Version of your server, there is no need to contact Tech Support and raise a Ticket which is billable You yourself  can Upgrade your server&#8217;s PHP Version to latest PHP Version  if you have access to WHM i.e Web Host Manager Let&#8217;s see How  you can do this your own. Step [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/how-to-upgrade-your-server-php-version-to-latest-stable-php-version-using-whm.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Interview Questions and Answers  Part -6</title>
		<link>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-6.html</link>
		<comments>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-6.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:09:15 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Interview questions]]></category>
		<category><![CDATA[PHP Interview Questions and Answers  Part -6]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=50</guid>
		<description><![CDATA[PHP Interview Questions and Answers Part-6 How many ways I can redirect a PHP page? Here are the possible ways of php page redirection. 1. Using Java script: &#8216;; echo &#8216;window.location.href=&#8221;&#8216;.$filename.&#8217;&#8221;;&#8217;; echo &#8221;; echo &#8221;; echo &#8221;; echo &#8221;; } } redirect(&#8216;http://maosjb.com&#8217;); ?&#62; 2. Using php function: header(&#8220;Location:http://maosjb.com &#8220;); List out different arguments in PHP [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-6.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Interview Questions and Answers  Part-5</title>
		<link>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-5.html</link>
		<comments>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-5.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:07:23 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[PHP Interview questions]]></category>
		<category><![CDATA[PHP Interview Questions and Answers  Part-5]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=48</guid>
		<description><![CDATA[PHP Interview Questions and Answers Part-5 How can we get second of the current time using date function? $second = date(&#8220;s&#8221;); What is the maximum size of a file that can be uploaded using PHP and how can we change this? You can change maximum size of a file set upload_max_filesize variable in php.ini file [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Interview Questions and Answers  Part-4</title>
		<link>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-4.html</link>
		<comments>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-4.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:05:09 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[PHP Interview questions]]></category>
		<category><![CDATA[PHP Interview Questions and Answers  Part-4]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=45</guid>
		<description><![CDATA[PHP Interview Questions and Answers Part-4 What are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()? Answer 1: mysql_fetch_array() -&#62; Fetch a result row as a combination of associative array and regular array. mysql_fetch_object() -&#62; Fetch a result row as an object. mysql_fetch_row() -&#62; Fetch a result set as a regular array(). Answer 2: The difference between [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Interview Questions and Answers  Part-3</title>
		<link>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-3.html</link>
		<comments>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-3.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 08:01:00 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[PHP Interview questions]]></category>
		<category><![CDATA[PHP Interview Questions and Answers  Part-3]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=43</guid>
		<description><![CDATA[PHP Interview Questions and Answers Part-3 For printing out strings, there are echo, print and printf. Explain the differences. echo is the most primitive of them, and just outputs the contents following the construct to the screen. print is also a construct (so parentheses are optional when calling it), but it returns TRUE on successful [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Interview Questions and Answers  Part 2</title>
		<link>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-2.html</link>
		<comments>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-2.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:55:23 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[PHP Interview questions]]></category>
		<category><![CDATA[PHP Interview Questions and Answers  Part-2]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=41</guid>
		<description><![CDATA[How can we send mail using JavaScript? No. There is no way to send emails directly using JavaScript. But you can use JavaScript to execute a client side email program send the email using the &#8220;mailto&#8221; code. Here is an example: function myfunction(form) { tdata=document.myform.tbox1.value; location=&#8221;mailto:mailid@domain.com?subject=&#8230;&#8221;; return true; } What is the functionality of the [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Interview Questions and Answers  Part 1</title>
		<link>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-1.html</link>
		<comments>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-1.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:49:54 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[PHP Interview questions]]></category>
		<category><![CDATA[PHP Interview Questions and Answers  Part-1]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=38</guid>
		<description><![CDATA[PHP Interview Questions and Answers Part-1 What&#8217;s PHP The PHP Hypertext Preprocessor is a programming language that allows web developers to create dynamic content that interacts with databases. PHP is basically used for developing web based software applications. What Is a Session? A session is a logical object created by the PHP engine to allow [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/php-interview-questions-and-answers-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP pagination tutorial</title>
		<link>http://www.ittreats.com/os/php/php-pagination-tutorial.html</link>
		<comments>http://www.ittreats.com/os/php/php-pagination-tutorial.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:38:15 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[paginating in PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[PHP Pagination]]></category>
		<category><![CDATA[php tutorials]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=29</guid>
		<description><![CDATA[Use Pagination to display results of your MySQL query over multiple pages in PHP. This php pagination tutorial will help you out in sorting out problems with pagination As your database grows, showing all the results of a query on a single page is no longer practical. This is where pagination comes in handy. You [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/php-pagination-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sessions in PHP</title>
		<link>http://www.ittreats.com/os/php/sessions-in-php.html</link>
		<comments>http://www.ittreats.com/os/php/sessions-in-php.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:30:32 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php interview]]></category>
		<category><![CDATA[php sessions]]></category>
		<category><![CDATA[php tutorials]]></category>
		<category><![CDATA[sessions in php]]></category>
		<category><![CDATA[using sessions in php]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=23</guid>
		<description><![CDATA[Using Sessions in PHP Session variables hold information about one single user, and are available to all pages in one application. over internet to maintain state of the user we will use sessions, sessions are temporary, by a unique id web server will keep the user data in the web server with which user state [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/sessions-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Cookies in PHP</title>
		<link>http://www.ittreats.com/os/php/using-cookies-in-php.html</link>
		<comments>http://www.ittreats.com/os/php/using-cookies-in-php.html#comments</comments>
		<pubDate>Sun, 08 Mar 2009 05:49:59 +0000</pubDate>
		<dc:creator>adrevol</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[cookies in PHP]]></category>
		<category><![CDATA[creating cookies]]></category>
		<category><![CDATA[php setcookie]]></category>
		<category><![CDATA[php tutorial]]></category>

		<guid isPermaLink="false">http://www.ittreats.com/?p=6</guid>
		<description><![CDATA[Using Cookies in PHP cookie is a piece of information stored on to the users computer.We can set timestamp for cookie which will stores the data till the date of expiry until and unless user clear off the cookies. in PHP we can create, reset, clear the cookies &#60;br&#62; Creating Cookie by using setcookie function [...]]]></description>
		<wfw:commentRss>http://www.ittreats.com/os/php/using-cookies-in-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

