<?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 &#8211; Programming blog &#8211; website programming blog, blog on website programming .net, java , php and mor</title>
	<atom:link href="https://www.searchenginegenie.com/programming-blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.searchenginegenie.com/programming-blog</link>
	<description></description>
	<lastBuildDate>Mon, 17 Jul 2017 03:57:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Php code to find leap year or not</title>
		<link>https://www.searchenginegenie.com/programming-blog/php-code-to-find-leap-year-or-not/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/php-code-to-find-leap-year-or-not/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Tue, 07 Jul 2009 06:15:00 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/php-code-to-find-leap-year-or-not/</guid>

					<description><![CDATA[We can find a year is leap year or not in various ways.we can use the following fuctions in php. By using date() function By Modulus operator Here is a sample php code that uses modulus(%)operator for finding the leap year. Write the below code within php tags [php] &#60;code&#62; &#60;!&#8211;?PHP &#60;/p&#8211;&#62; &#60;/code&#62; &#60;code&#62;$start = [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>We can find a year is leap year or not in various ways.we can use the following fuctions in php.</p>
<ul>
<li>By using date() function</li>
<li>By Modulus operator</li>
</ul>
<p>Here is a sample php code that uses modulus(%)operator for finding the leap year.</p>
<p>Write the below code within php tags</p>
<p>[php]<br />
&lt;code&gt;<br />
 &lt;!&#8211;?PHP &lt;/p&#8211;&gt; &lt;/code&gt;</p>
<p>&lt;code&gt;$start = 1000;<br />
 $end = 1011;<br />
 for($i = $start; $i &lt; $end; $i++)<br />
 {<br />
 if(($i%4) == 0){$val = &quot;Leap Year&quot;;}else{$val = &quot;Not Leap Year&quot;;}<br />
 echo $i, &#8216; &#8212;&gt; &#8216;.$val.&#8221;;<br />
 }&lt;/code&gt;</p>
<p>?&gt;<br />
[/php]</p>
<p>It will produce the output as given below.</p>
<p>1000 &#8212;&gt; Leap Year<br />
1001 &#8212;&gt; Not Leap Year<br />
1002 &#8212;&gt; Not Leap Year<br />
1003 &#8212;&gt; Not Leap Year<br />
1004 &#8212;&gt; Leap Year<br />
1005 &#8212;&gt; Not Leap Year<br />
1006 &#8212;&gt; Not Leap Year<br />
1007 &#8212;&gt; Not Leap Year<br />
1008 &#8212;&gt; Leap Year<br />
1009 &#8212;&gt; Not Leap Year<br />
1010 &#8212;&gt; Not Leap Year</p>
<p>You find leap years for any year ranges by changing the $start and $end.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/php-code-to-find-leap-year-or-not/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Php Tools</title>
		<link>https://www.searchenginegenie.com/programming-blog/php-tools/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/php-tools/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:04:00 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Tools]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/php-tools/</guid>

					<description><![CDATA[PHP is the commonly used open-source server-side scripting languages among all exist languages today. PHP has in depth credentials, a vast community, plenty of ready-to-use scripts and well-supported frameworks. It&#8217;s very easy to begin with PHP than with other scripting languages like Python, etc&#8230; That&#8217;s why PHP has huge community. PHP makes the development process [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><!-- .hidebreak br{display:none;} -->PHP is the commonly used open-source server-side scripting languages among all exist languages today. PHP has in depth credentials, a vast community, plenty of ready-to-use scripts and well-supported frameworks. It&#8217;s very easy to begin with PHP than with other scripting languages like Python, etc&#8230; That&#8217;s why PHP has huge community. PHP makes the development process easier and more effective with its tools and resources.</p>
<p>A lot of debugging and testing tools were available. Some of them were listed below.</p>
<table border="0" width="62%">
<tbody>
<tr>
<td colspan="6"><span style="font-size:15px;font-weight:bold;">Debugging Tools</span></td>
</tr>
<tr>
<td width="155"><strong><a href="http://www.bluestatic.org/software/macgdbp/" target="_blank">MacGDBp</a></strong></td>
<td width="147"><strong><a href="http://www.php-debug.com/www/" target="_blank">PHP_Debug</a></strong></td>
<td width="174"><strong><a href="http://www.php-debugger.com/dbg/" target="_blank">DBG</a></strong></td>
<td width="172"><strong><a href="http://gubed.mccabe.nu/" target="_blank">Gubed PHP Debugger</a></strong></td>
<td width="149"><strong><a href="http://xdebug.org/index.php" target="_blank">Xdebug</a></strong></td>
<td><strong><a href="http://code.google.com/p/webgrind/" target="_blank">Webgrind</a></strong></td>
</tr>
<tr>
<td>
	<a href="https://www.searchenginegenie.com/programming/uploaded_images/macgdbp-706442.gif?x52104"><br />
		<img decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/macgdbp-706440.gif?x52104" alt="" width="122" height="87" border="0" />	</a></td>
<td>
	<a href="https://www.searchenginegenie.com/programming/uploaded_images/php-debug-746620.gif?x52104"><br />
		<img decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/php-debug-746618.gif?x52104" alt="" width="122" height="87" border="0"/>	</a></td>
<td>
	<a href="https://www.searchenginegenie.com/programming/uploaded_images/dgb-723027.gif?x52104"><br />
		<img decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/dgb-723025.gif?x52104" alt="" width="122" height="87" border="0" />	</a></td>
<td>
	<a href="https://www.searchenginegenie.com/programming/uploaded_images/gubed-760244.gif?x52104"><br />
		<img loading="lazy" decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/gubed-760241.gif?x52104" alt="" width="122" height="87" border="0"/>	</a></td>
<td>
	<a href="https://www.searchenginegenie.com/programming/uploaded_images/xdebug-702960.gif?x52104"><br />
		<img loading="lazy" decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/xdebug-702956.gif?x52104" alt="" width="122" height="87" border="0" />	</a></td>
<td width="726" height="87">
	<a href="https://www.searchenginegenie.com/programming/uploaded_images/webgrind-747228.gif?x52104"><br />
		<img loading="lazy" decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/webgrind-747226.gif?x52104" alt="" width="122" height="87" border="0" />	</a></td>
</tr>
<tr>
<td colspan="6"><span style="font-size:15px;font-weight:bold;">Testing Tools</span></td>
</tr>
<tr>
<td><strong><a href="http://www.phpunit.de/" target="_blank">PHPUnit</a></strong></td>
<td><strong><a href="http://dbug.ospinto.com/" target="_blank">d</a><a href="http://dbug.ospinto.com/" target="_blank">Bug</a></strong></td>
<td><strong><a href="http://matrix.squiz.net/developer/tools/php_cs" target="_blank">PHP_CodeSniffer</a></strong></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>
	<a href="https://www.searchenginegenie.com/programming/uploaded_images/phpunit-709638.gif?x52104" ><br />
		<img loading="lazy" decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/phpunit-709634.gif?x52104" alt="" width="122" height="87" border="0" />	</a></td>
<td><a href="https://www.searchenginegenie.com/programming/uploaded_images/dbug-777572.jpg?x52104"><img loading="lazy" decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/dbug-777570.jpg?x52104" alt="" width="122" height="87" border="0" /></a></td>
<td><a href="https://www.searchenginegenie.com/programming/uploaded_images/codesniffer-740378.gif?x52104"><img loading="lazy" decoding="async" src="https://www.searchenginegenie.com/programming/uploaded_images/codesniffer-740374.gif?x52104" alt="" width="122" height="87" border="0" /></a></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="6">&nbsp;</td>
</tr>
<tr>
<td colspan="6">&nbsp;</td>
</tr>
<tr>
<td colspan="6">&nbsp;</td>
</tr>
<tr>
<td colspan="6">&nbsp;</td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/php-tools/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CGI Time Out The specified CGI application exceeded the allowed time for processing. The server has deleted the process.</title>
		<link>https://www.searchenginegenie.com/programming-blog/cgi-time-out-issue/</link>
					<comments>https://www.searchenginegenie.com/programming-blog/cgi-time-out-issue/#respond</comments>
		
		<dc:creator><![CDATA[Camilla]]></dc:creator>
		<pubDate>Thu, 04 Sep 2008 12:21:00 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Code]]></category>
		<guid isPermaLink="false">http://www.searchenginegenie.com/programming-blog/cgi-time-out-issue/</guid>

					<description><![CDATA[Whenever we tried to run some large script like data extraction or trying to get thousand number of records from remote database, most of us will face the following CGI Issue &#8220;The specified CGI application exceeded the allowed time for processing. The server has deleted the&#8230;&#8221; In order to run your script without any such [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Whenever we tried to run some large script like data extraction or trying to get thousand number of records from remote database, most of us will face the following CGI Issue</p>
<p>&#8220;The specified CGI application exceeded the allowed time for processing. The server has deleted the&#8230;&#8221;</p>
<p>In order to run your script without any such kind of issue, please follow the steps provided below. Earlier I too faced such a issue but after research in my PC I finally fixed it.</p>
<p>Note: the following steps is only suitable only for the Windows XP and with the IIS version 5.1:</p>
<p>Go to your Internet Information Services (IIS) page (Go Start -&gt; Settings -&gt; Control Panel -&gt; Administrative tools -&gt; Internet Information services)</p>
<p>Unfold Websites-&gt;Default Web site</p>
<p>Now right click on your website name (on which you are executing your script)</p>
<p>Select Properties</p>
<p>Select the tab Virtual Directory</p>
<p>In that page, select the option High (Isolated) under Application Protection, this option will remove the default timeout settings.</p>
<p>Now click on the button Configuration</p>
<p>Then select Process Options tab</p>
<p>Change the CGI Script Timeout value max value is 999999.</p>
<p>That&#8217;s it. You may now run your script without any issue.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.searchenginegenie.com/programming-blog/cgi-time-out-issue/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2024-12-22 20:16:05 by W3 Total Cache
-->