<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Learn How to Program In PHP With Carlos Baez</title>
	<atom:link href="https://carlosbaez.dev/development/php/feed/" rel="self" type="application/rss+xml" />
	<link>https://carlosbaez.dev/development/php/</link>
	<description>Digital Marketing Expert &#38; Tech Reviews</description>
	<lastBuildDate>Fri, 26 Jan 2024 19:59:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>https://i0.wp.com/carlosbaez.dev/wp-content/uploads/2023/04/Carlos-Baez-Logo.png?fit=29%2C32&#038;ssl=1</url>
	<title>Learn How to Program In PHP With Carlos Baez</title>
	<link>https://carlosbaez.dev/development/php/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">227915032</site>	<item>
		<title>Introduction to Shell_Exec in PHP</title>
		<link>https://carlosbaez.dev/introduction-to-shell_exec-in-php/</link>
					<comments>https://carlosbaez.dev/introduction-to-shell_exec-in-php/#respond</comments>
		
		<dc:creator><![CDATA[Carlos Baez]]></dc:creator>
		<pubDate>Sun, 05 Feb 2023 20:03:34 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://carlosbaez.dev/?p=116</guid>

					<description><![CDATA[Shell_exec is a PHP function used to execute shell commands in PHP scripts. This function is handy for developers who want to automate tasks, run shell scripts, or execute system-level commands within the context of their PHP scripts. We will examine the critical use of shell_exec in PHP and discuss how developers use it, whether...]]></description>
		
					<wfw:commentRss>https://carlosbaez.dev/introduction-to-shell_exec-in-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">116</post-id>	</item>
		<item>
		<title>How To Minify Your HTML Content With PHP</title>
		<link>https://carlosbaez.dev/how-to-minify-your-html-content-with-php/</link>
					<comments>https://carlosbaez.dev/how-to-minify-your-html-content-with-php/#respond</comments>
		
		<dc:creator><![CDATA[Carlos Baez]]></dc:creator>
		<pubDate>Sun, 05 Feb 2023 06:57:42 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://carlosbaez.dev/?p=101</guid>

					<description><![CDATA[The code defines a PHP function named &#8220;minifier&#8221; which minifies HTML code. It does so by using the PHP preg_replace function to search for certain patterns in the input HTML code and replace them with simpler, optimized versions. The function takes an HTML string as input and returns a minified version of the same HTML...]]></description>
		
					<wfw:commentRss>https://carlosbaez.dev/how-to-minify-your-html-content-with-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">101</post-id>	</item>
	</channel>
</rss>
