<?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 programs Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/tag/php-programs/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/tag/php-programs/</link>
	<description>Tech &#38; Programming Tutorials</description>
	<lastBuildDate>Mon, 30 Jan 2023 16:18:10 +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>

<image>
	<url>https://www.techantena.com/wp-content/uploads/2019/03/logo_icon.png</url>
	<title>php programs Archives - TECHAntena</title>
	<link>https://www.techantena.com/tag/php-programs/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">109684828</site>	<item>
		<title>Merge Arrays with the array_merge() Function in PHP</title>
		<link>https://www.techantena.com/4959/array_merge-function-php/</link>
					<comments>https://www.techantena.com/4959/array_merge-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 16:18:10 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4959</guid>

					<description><![CDATA[<p>Learn how to use the array_merge() function in PHP to combine arrays. See examples and sample code to help you use this function in your PHP projects. Whether you need to merge multiple arrays or add new elements to an existing array, array_merge() is the perfect tool to get the job done. array_merge is a [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4959/array_merge-function-php/">Merge Arrays with the array_merge() Function in PHP</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4959/array_merge-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4959</post-id>	</item>
		<item>
		<title>Find the Position of a Substring in a String with the strpos() Function in PHP</title>
		<link>https://www.techantena.com/4956/strpos-function-php/</link>
					<comments>https://www.techantena.com/4956/strpos-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 16:12:10 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4956</guid>

					<description><![CDATA[<p>Learn how to use the strpos() function in PHP to find the position of a substring in a string. See examples and sample code to help you use this function in your PHP projects. Whether you need to check if a string contains a certain word or just want to find the index of a [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4956/strpos-function-php/">Find the Position of a Substring in a String with the strpos() Function in PHP</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4956/strpos-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4956</post-id>	</item>
		<item>
		<title>Format Strings with the sprintf() Function in PHP</title>
		<link>https://www.techantena.com/4949/sprintf-function-php/</link>
					<comments>https://www.techantena.com/4949/sprintf-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 16:01:34 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4949</guid>

					<description><![CDATA[<p>Learn how to use the sprintf() function in PHP to format strings. See examples and sample code to help you use this function in your PHP projects. Whether you need to include variables in a string or format numbers and dates, sprintf() is the perfect tool to get the job done. sprintf() is a function [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4949/sprintf-function-php/">Format Strings with the sprintf() Function in PHP</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4949/sprintf-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4949</post-id>	</item>
		<item>
		<title>Extract a Substring from a String with the substr() Function in PHP</title>
		<link>https://www.techantena.com/4952/substr-function-php/</link>
					<comments>https://www.techantena.com/4952/substr-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 05:20:32 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4952</guid>

					<description><![CDATA[<p>Learn how to use the substr() function in PHP to extract a substring from a string. See examples and sample code to help you use this function in your PHP projects. Whether you need to get a specific portion of a string or just want to extract a certain number of characters, substr() is the [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4952/substr-function-php/">Extract a Substring from a String with the substr() Function in PHP</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4952/substr-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4952</post-id>	</item>
		<item>
		<title>Get the Directory Name with the dirname() Function in PHP</title>
		<link>https://www.techantena.com/4947/dirname-function-php/</link>
					<comments>https://www.techantena.com/4947/dirname-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 04:50:01 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4947</guid>

					<description><![CDATA[<p>Learn how to use the dirname() function in PHP to extract the directory name from a file path. See examples and sample code to help you use this function in your PHP projects. Whether you need to include files from different directories or create a new file in a specific directory, dirname() is the perfect [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4947/dirname-function-php/">Get the Directory Name with the dirname() Function in PHP</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4947/dirname-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4947</post-id>	</item>
		<item>
		<title>Join Array Elements with the implode() Function in PHP</title>
		<link>https://www.techantena.com/4945/implode-function-php/</link>
					<comments>https://www.techantena.com/4945/implode-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 04:43:41 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4945</guid>

					<description><![CDATA[<p>Learn how to use the implode() function in PHP to join elements of an array into a single string. Use this powerful tool to create CSV files, JSON data, or any other format of data. See examples and sample code to help you implement implode() in your PHP project. The implode() function in PHP is [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4945/implode-function-php/">Join Array Elements with the implode() Function in PHP</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4945/implode-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4945</post-id>	</item>
		<item>
		<title>Replacing Text in PHP Strings using the str_replace() Function</title>
		<link>https://www.techantena.com/4942/str_replace-function-php/</link>
					<comments>https://www.techantena.com/4942/str_replace-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 04:35:35 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4942</guid>

					<description><![CDATA[<p>Discover how to use PHP&#8217;s str_replace() function to replace specific text in a string with new text. This powerful function can be used to make multiple replacements at once and is useful for tasks such as sanitizing user input or updating content on a website. Learn how to use str_replace() with examples and sample code. [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4942/str_replace-function-php/">Replacing Text in PHP Strings using the str_replace() Function</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4942/str_replace-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4942</post-id>	</item>
		<item>
		<title>Checking File or Directory Existence in PHP using the file_exists() Function</title>
		<link>https://www.techantena.com/4934/file_exists-function-php/</link>
					<comments>https://www.techantena.com/4934/file_exists-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 04:16:21 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[PHP Snippets]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4934</guid>

					<description><![CDATA[<p>Learn how to check if a file or directory exists in PHP using the file_exists() function. This is a simple and easy way to verify if a file or folder is present in a certain location. It&#8217;s useful for many file management tasks and can be easily implemented in your PHP code. Get started with [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4934/file_exists-function-php/">Checking File or Directory Existence in PHP using the file_exists() Function</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4934/file_exists-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4934</post-id>	</item>
		<item>
		<title>How to Create Pagination in PHP &#8211; Next Page &#038; Previous Page</title>
		<link>https://www.techantena.com/4565/create-pagination-php/</link>
					<comments>https://www.techantena.com/4565/create-pagination-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 30 Sep 2017 13:48:18 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Examples]]></category>
		<category><![CDATA[php programs]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4565</guid>

					<description><![CDATA[<p>Here I&#8217;m going to explain you, ho to create the pagination in PHP. I&#8217;m giving you the example to create the &#8216;next page and previous page&#8217; pagination along with the numbered pagination. Create Pagination in PHP &#8211; Next Page &#38; Previous Page Here I provide an example program to use the pagination in PHP. In [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4565/create-pagination-php/">How to Create Pagination in PHP &#8211; Next Page &#038; Previous Page</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4565/create-pagination-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4565</post-id>	</item>
		<item>
		<title>How to create sitemap.xml for your website using PHP?</title>
		<link>https://www.techantena.com/2517/create-sitemap-xml-using-php-for-website/</link>
					<comments>https://www.techantena.com/2517/create-sitemap-xml-using-php-for-website/#respond</comments>
		
		<dc:creator><![CDATA[darshan]]></dc:creator>
		<pubDate>Wed, 04 Jan 2017 13:43:10 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[php programs]]></category>
		<category><![CDATA[sitemap for websites]]></category>
		<guid isPermaLink="false">https://techantena.com/?p=2517</guid>

					<description><![CDATA[<p>We all know that sitemap.xml is the file search engines loves to understand your website’s structure. It provides ease to the search engine to crawl the pages on your website. This post will help you learn how to create sitemap.xml using PHP. You can definitely create the sitemap.xml manually but if you have ever wondered how [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/2517/create-sitemap-xml-using-php-for-website/">How to create sitemap.xml for your website using PHP?</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/2517/create-sitemap-xml-using-php-for-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2517</post-id>	</item>
	</channel>
</rss>
