<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A few helpful string and array PHP functions</title>
	<atom:link href="http://www.internaldrive.com/2009/03/26/a-few-helpful-string-and-array-php-functions/feed/" rel="self" type="application/rss+xml" >
	<link>http://www.internaldrive.com/2009/03/26/a-few-helpful-string-and-array-php-functions/</link>
	<description>Summer Computer Camps for Kids, Teens &#38; Youth</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:42:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Steve Davis</title>
		<link>http://www.internaldrive.com/2009/03/26/a-few-helpful-string-and-array-php-functions/#comment-3506</link>
		<dc:creator>Steve Davis</dc:creator>
		<pubDate>Mon, 13 Jul 2009 15:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.internaldrive.com/?p=21685#comment-3506</guid>
		<description>Is it possible to include a string an an array element?

Example:
$key_words[0] = [&#039;password&#039;];
$key_words[1] = [&#039;required training&#039;];
$key_words[2] = [&#039;will not be dismissed&#039;];

So that [1] = required training
        [2] = will not be dismissed

TIA for any assistance you can provide.</description>
		<content:encoded><![CDATA[<p>Is it possible to include a string an an array element?</p>
<p>Example:<br >
$key_words[0] = ['password'];<br >
$key_words[1] = ['required training'];<br >
$key_words[2] = ['will not be dismissed'];</p>
<p>So that [1] = required training<br >
        [2] = will not be dismissed</p>
<p>TIA for any assistance you can provide.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

