<?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 | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Fri, 23 Oct 2020 11:53:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Sample .htaccess for Laravel with PHP FPM</title>
		<link>https://tutes.in/sample-htaccess-for-laravel-with-php-fpm/</link>
					<comments>https://tutes.in/sample-htaccess-for-laravel-with-php-fpm/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 23 Oct 2020 11:52:54 +0000</pubDate>
				<category><![CDATA[Apache directives]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[fpm]]></category>
		<category><![CDATA[laravel]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2629</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/sample-htaccess-for-laravel-with-php-fpm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Gravityforms limit submission &#8211; once for user, unlimited for guest</title>
		<link>https://tutes.in/gravityforms-limit-submission-once-for-user-unlimited-for-guest/</link>
					<comments>https://tutes.in/gravityforms-limit-submission-once-for-user-unlimited-for-guest/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 22 Oct 2020 13:49:49 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2626</guid>

					<description><![CDATA[<p>File: gp-limit-submissions/includes/GPLS_Rule_User.php Plugin: https://gravitywiz.com/documentation/gravity-forms-limit-submissions</p>
The post <a href="https://tutes.in/gravityforms-limit-submission-once-for-user-unlimited-for-guest/">Gravityforms limit submission – once for user, unlimited for guest</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/gravityforms-limit-submission-once-for-user-unlimited-for-guest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to get Gravity forms entry value by label?</title>
		<link>https://tutes.in/how-to-get-gravity-forms-entry-value-by-label/</link>
					<comments>https://tutes.in/how-to-get-gravity-forms-entry-value-by-label/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 03 Oct 2020 23:41:47 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gravity forms]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2618</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-get-gravity-forms-entry-value-by-label/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PHP caveats &#8211; int/float type conversion</title>
		<link>https://tutes.in/php-caveats-int-float-type-conversion/</link>
					<comments>https://tutes.in/php-caveats-int-float-type-conversion/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 04 Jul 2020 12:45:18 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[intval]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[typecasting]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2601</guid>

					<description><![CDATA[<p>The following code checks various scenarios in which inbuilt functions like intval, floatval, is_numeric, is_float and filter_var would result for several different types of values. Feel free to run in your local, leave comments if I can make the results more interesting with some more functions. https://gist.github.com/harshvardhanmalpani/8dd0222e4821d0e495532abe9007fef1 Output / Results</p>
The post <a href="https://tutes.in/php-caveats-int-float-type-conversion/">PHP caveats – int/float type conversion</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/php-caveats-int-float-type-conversion/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to batch edit multiple images to make square sized pictures with original image in center using php imagejpeg?</title>
		<link>https://tutes.in/how-to-batch-edit-multiple-images-to-make-square-sized-pictures-with-original-image-in-center-using-php-imagejpeg/</link>
					<comments>https://tutes.in/how-to-batch-edit-multiple-images-to-make-square-sized-pictures-with-original-image-in-center-using-php-imagejpeg/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sun, 18 Aug 2019 17:59:32 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[auto resize]]></category>
		<category><![CDATA[image format]]></category>
		<category><![CDATA[image resize using php]]></category>
		<category><![CDATA[imagejpeg]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php image]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[square image generator]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2498</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-batch-edit-multiple-images-to-make-square-sized-pictures-with-original-image-in-center-using-php-imagejpeg/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to filter and validate pincode in Indian woocommerce?</title>
		<link>https://tutes.in/how-to-filter-and-validate-pincode-in-indian-woocommerce/</link>
					<comments>https://tutes.in/how-to-filter-and-validate-pincode-in-indian-woocommerce/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 16 Jul 2019 17:53:58 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[indian pincode]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pincode]]></category>
		<category><![CDATA[woocommerce]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2473</guid>

					<description><![CDATA[<p>By default, Woocommerce only validates ZIP code of few countries only. Woocommerce stores in India, are thus invalidated in case of PINCODE inputs from customers. Here is how you can enable checking of pincode for India woocommerce: Put the following code in your custom function file or child theme functions.php Reference: https://github.com/woocommerce/woocommerce/blob/ef0f527b40dba539e982efff26211fa577a24cf9/includes/class-wc-validation.php#L44</p>
The post <a href="https://tutes.in/how-to-filter-and-validate-pincode-in-indian-woocommerce/">How to filter and validate pincode in Indian woocommerce?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-filter-and-validate-pincode-in-indian-woocommerce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to reverse the ids in a mysql table column without breaking primary key constraint?</title>
		<link>https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/</link>
					<comments>https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 01 Jun 2019 20:13:25 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[primary key]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2454</guid>

					<description><![CDATA[<p>Let me explain the problem scenario: Let us assume we have a table with 4 columns in it out of which 1 is PRIMARY column and rest 3 contain some data. What we want to do is to reverse the primary key IDs for that data keeping the rest of data intact. It is like [&#8230;]</p>
The post <a href="https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/">How to reverse the ids in a mysql table column without breaking primary key constraint?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to transpose an array in PHP with irregular subarray size?</title>
		<link>https://tutes.in/how-to-transpose-an-array-in-php-with-irregular-subarray-size/</link>
					<comments>https://tutes.in/how-to-transpose-an-array-in-php-with-irregular-subarray-size/#comments</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 05 Mar 2019 14:04:04 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2357</guid>

					<description><![CDATA[<p>Test Code Output</p>
The post <a href="https://tutes.in/how-to-transpose-an-array-in-php-with-irregular-subarray-size/">How to transpose an array in PHP with irregular subarray size?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-transpose-an-array-in-php-with-irregular-subarray-size/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to fix Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI error in SSH?</title>
		<link>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/</link>
					<comments>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 12 Feb 2019 17:58:38 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[composer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fcgi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-cli]]></category>
		<category><![CDATA[sapi]]></category>
		<category><![CDATA[ssh]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2341</guid>

					<description><![CDATA[<p>Put this in your bash profile and run source ~/.bashrc As Composer is now available via WHM you can use this to find it: This returned path &#8220;/opt/cpanel/composer/bin/composer&#8221; for me. If this returns nothing then disregard the rest of this answer, as Composer is not available to you at system level. You can now use&#160;php-cli&#160;to [&#8230;]</p>
The post <a href="https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/">How to fix Composer should be invoked via the CLI version of PHP, not the cgi-fcgi SAPI error in SSH?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-fix-composer-should-be-invoked-via-the-cli-version-of-php-not-the-cgi-fcgi-sapi-error-in-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Testing Configuration for Paytm Gateway Plugin India</title>
		<link>https://tutes.in/testing-configuration-for-paytm-gateway-plugin-india/</link>
					<comments>https://tutes.in/testing-configuration-for-paytm-gateway-plugin-india/#comments</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 07 Feb 2019 11:25:13 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[staging]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[woocommerce]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2299</guid>

					<description><![CDATA[<p>Paytm Payment Gateway Testing Data Online payment solutions for all your transactions by Paytm Woocommerce Plugin Download the plugin here: https://github.com/Paytm-Payments/Paytm_Woocommerce_Kit Enable/Disable Enable/Disable Enable Paytm Payments. Title Title Paytm This controls the title which the user sees during checkout. Description Description The best payment gateway provider in India for e-payment through credit card, debit card [&#8230;]</p>
The post <a href="https://tutes.in/testing-configuration-for-paytm-gateway-plugin-india/">Testing Configuration for Paytm Gateway Plugin India</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/testing-configuration-for-paytm-gateway-plugin-india/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
