<?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 Archives - Belchamber Web Tools, AI Guidance &amp; Code</title>
	<atom:link href="https://tools.belchamber.us/articles/php-articles/feed/" rel="self" type="application/rss+xml" />
	<link>https://tools.belchamber.us/articles/php-articles/</link>
	<description>Aaron Belchamber: AI-Centric Senior Cloud Software Engineer - Jacksonville FL</description>
	<lastBuildDate>Mon, 20 Apr 2015 03:12:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>
<site xmlns="com-wordpress:feed-additions:1">99928718</site>	<item>
		<title>For new Linux server installs, don&#8217;t forget to install the CURL library before installing Symfony or WordPress</title>
		<link>https://tools.belchamber.us/for-new-linux-server-installs-dont-forget-to-install-the-curl-library-before-installing-symfony-or-wordpress/</link>
					<comments>https://tools.belchamber.us/for-new-linux-server-installs-dont-forget-to-install-the-curl-library-before-installing-symfony-or-wordpress/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 20 Apr 2015 03:12:37 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache tips]]></category>
		<category><![CDATA[php curl]]></category>
		<category><![CDATA[php tips]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[symfony tips]]></category>
		<category><![CDATA[wordpress tips]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=793</guid>

					<description><![CDATA[<p>Don&#8217;t forget to install CURL after installing PHP. The Symfony PHP framework needs it, WordPress needs it. Most websites running PHP need CURL. I find something will need it and if your website is going to talk to other websites, you&#8217;re probably going to need CURL. Just make it a habit before rebooting after you [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/for-new-linux-server-installs-dont-forget-to-install-the-curl-library-before-installing-symfony-or-wordpress/">For new Linux server installs, don&#8217;t forget to install the CURL library before installing Symfony or WordPress</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/for-new-linux-server-installs-dont-forget-to-install-the-curl-library-before-installing-symfony-or-wordpress/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">793</post-id>	</item>
		<item>
		<title>VIM Cheatsheet:  For those coders who just don&#8217;t get what all the fuss is about VIM, here&#8217;s a resource for you</title>
		<link>https://tools.belchamber.us/vim-cheatsheet-for-those-coders-who-just-dont-get-what-all-the-fuss-is-about-vim-heres-a-resource-for-you/</link>
					<comments>https://tools.belchamber.us/vim-cheatsheet-for-those-coders-who-just-dont-get-what-all-the-fuss-is-about-vim-heres-a-resource-for-you/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Thu, 09 Apr 2015 17:03:41 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vim cheatsheet]]></category>
		<category><![CDATA[web coding tools]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=768</guid>

					<description><![CDATA[<p>I occasionally jump onto my VIM emulator in PHP Storm and use it to do some special editing and selections, but I found PHP Storm has so much convenience with the mouse I hardly bother using all the time saving tools VIM has to offer.  I hear VIM is a great web development tool that [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/vim-cheatsheet-for-those-coders-who-just-dont-get-what-all-the-fuss-is-about-vim-heres-a-resource-for-you/">VIM Cheatsheet:  For those coders who just don&#8217;t get what all the fuss is about VIM, here&#8217;s a resource for you</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/vim-cheatsheet-for-those-coders-who-just-dont-get-what-all-the-fuss-is-about-vim-heres-a-resource-for-you/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">768</post-id>	</item>
		<item>
		<title>How to know if a certain array key exists in an associative array in PHP</title>
		<link>https://tools.belchamber.us/how-to-know-if-a-certain-array-key-exists-in-an-associative-array-in-php/</link>
					<comments>https://tools.belchamber.us/how-to-know-if-a-certain-array-key-exists-in-an-associative-array-in-php/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 06 Sep 2014 13:11:36 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=515</guid>

					<description><![CDATA[<p>In most PHP frameworks or any basic MVC systems, you are probably using a lot more, if not completely exclusively, associative arrays to send data to classes and their methods, to databases, and receiving data back from libraries interacting with databases that will provide your scripts in an associative array format. The key/value pairing is [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/how-to-know-if-a-certain-array-key-exists-in-an-associative-array-in-php/">How to know if a certain array key exists in an associative array in PHP</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/how-to-know-if-a-certain-array-key-exists-in-an-associative-array-in-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">515</post-id>	</item>
		<item>
		<title>Eclipse IDE:  Changing code theme is very easy</title>
		<link>https://tools.belchamber.us/eclipse-ide-changing-code-theme/</link>
					<comments>https://tools.belchamber.us/eclipse-ide-changing-code-theme/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Mon, 25 Aug 2014 11:20:41 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=465</guid>

					<description><![CDATA[<p>For web development and writing mostly code in PHP / Symfony, I prefer PHP Storm.  I do also use the Eclipse IDE and have been happy with its latest version, Eclipse Luna, since it has a Symfony, Twig and YML modules which are full of code helpers and on-the-fly validation and overall it is very [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/eclipse-ide-changing-code-theme/">Eclipse IDE:  Changing code theme is very easy</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/eclipse-ide-changing-code-theme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">465</post-id>	</item>
		<item>
		<title>Looking to Learn Symfony?  It should be mandatory to first watch Chris Moss&#8217;s Learning Symfony 2.3 video series!</title>
		<link>https://tools.belchamber.us/looking-to-learn-symfony-it-should-be-mandatory-to-first-watch-chris-mosss-learning-symfony-2-3-video-series/</link>
					<comments>https://tools.belchamber.us/looking-to-learn-symfony-it-should-be-mandatory-to-first-watch-chris-mosss-learning-symfony-2-3-video-series/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sun, 03 Aug 2014 16:01:13 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony, Twig, Doctrine & ORMs]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=431</guid>

					<description><![CDATA[<p>If you are looking to learn more about the Symfony PHP framework, you can gain confidence watching a real pro slug through a few projects and pick up a lot of great, helpful tips along the way while chuckling at the real English he pervasively sprinkles with entertaining British anecdotes and self-outrage.  Chris, you&#8217;re really [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/looking-to-learn-symfony-it-should-be-mandatory-to-first-watch-chris-mosss-learning-symfony-2-3-video-series/">Looking to Learn Symfony?  It should be mandatory to first watch Chris Moss&#8217;s Learning Symfony 2.3 video series!</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/looking-to-learn-symfony-it-should-be-mandatory-to-first-watch-chris-mosss-learning-symfony-2-3-video-series/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">431</post-id>	</item>
		<item>
		<title>Redirect a webpage with PHP</title>
		<link>https://tools.belchamber.us/redirect-a-webpage-with-php/</link>
					<comments>https://tools.belchamber.us/redirect-a-webpage-with-php/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Sat, 15 Mar 2014 13:31:45 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=152</guid>

					<description><![CDATA[<p>There are plenty of reasons to need to redirect a page.  If you do, you here is a sample PHP code snippet that will allow you to point a page to another page on your site or any other site quickly and easily. This script needs to be the first lines of the script, before [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/redirect-a-webpage-with-php/">Redirect a webpage with PHP</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/redirect-a-webpage-with-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">152</post-id>	</item>
		<item>
		<title>Top 10 challenges to pose when interviewing a PHP web developer</title>
		<link>https://tools.belchamber.us/top-10-challenges-to-pose-when-interviewing-a-php-web-developer/</link>
					<comments>https://tools.belchamber.us/top-10-challenges-to-pose-when-interviewing-a-php-web-developer/#respond</comments>
		
		<dc:creator><![CDATA[Aaron Belchamber]]></dc:creator>
		<pubDate>Wed, 12 Mar 2014 04:04:21 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://tools.belchamber.us/?p=147</guid>

					<description><![CDATA[<p>First off, that your company was wise enough to stay with open-source and go PHP is a compliment to you and your leaders&#8217; foresight.  You have that going for you, at least!  If your company is looking for an open-source web developer, chances are you need someone who knows PHP, MySQL, HTML, CSS and Javascript/JQuery.  [&#8230;]</p>
<p>The post <a href="https://tools.belchamber.us/top-10-challenges-to-pose-when-interviewing-a-php-web-developer/">Top 10 challenges to pose when interviewing a PHP web developer</a> appeared first on <a href="https://tools.belchamber.us">Belchamber Web Tools, AI Guidance &amp; Code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://tools.belchamber.us/top-10-challenges-to-pose-when-interviewing-a-php-web-developer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">147</post-id>	</item>
	</channel>
</rss>
