<?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: PHP print text</title>
	<atom:link href="http://www.stuffbysarah.net/2005/10/30/php-print-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2005/10/30/php-print-text/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Sat, 28 Aug 2010 15:58:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2005/10/30/php-print-text/#comment-15971</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 07 Nov 2008 19:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=179#comment-15971</guid>
		<description>Hi Ryan,

For your code above you can add the link as a standard string i.e.

&lt;code&gt;$nav_menu = $lang[&#039;Home&#039;].&quot; &#124; &quot;.$lang[&#039;Admin&#039;].&quot; &#124; &lt;a href=&#039;/index.php&#039;&gt;Home&lt;/a&gt;&quot;;&lt;/code&gt;

Hope that fixes your problem, if not you&#039;ll have to let me know how you want it to appear or where you want the link to appear and I can alter the PHP code above.</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>For your code above you can add the link as a standard string i.e.</p>
<p><code>$nav_menu = $lang['Home']." | ".$lang['Admin']." | &lt;a href='/index.php'&gt;Home&lt;/a&gt;";</code></p>
<p>Hope that fixes your problem, if not you&#039;ll have to let me know how you want it to appear or where you want the link to appear and I can alter the PHP code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.stuffbysarah.net/2005/10/30/php-print-text/#comment-15966</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/?p=179#comment-15966</guid>
		<description>Sarah,
great info here!

one question on a php blog script i added to a clients site...

how do i add an additional link, next to these 2 links ??? (i need a link to go back to the original websites home page)

---------------------
$nav_menu =&quot;&lt;a&gt;&quot;.$lang[&#039;Home&#039;].&quot;&lt;/a&gt; &#124;  &lt;a&gt;&quot;.$lang[&#039;Admin&#039;].&quot;&lt;/a&gt;&quot;;
---------------------

help appreciated. - thanks.
ryan lund
rdldigital.com</description>
		<content:encoded><![CDATA[<p>Sarah,<br />
great info here!</p>
<p>one question on a php blog script i added to a clients site&#8230;</p>
<p>how do i add an additional link, next to these 2 links ??? (i need a link to go back to the original websites home page)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
$nav_menu =&#034;<a>&#034;.$lang['Home'].&#034;</a> |  <a>&#034;.$lang['Admin'].&#034;</a>&#034;;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>help appreciated. &#8211; thanks.<br />
ryan lund<br />
rdldigital.com</p>
]]></content:encoded>
	</item>
</channel>
</rss>
