<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Sat May 25, 2013 1:37 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Sat May 25, 2013 1:37 pm</pubDate>
  <lastBuildDate>Sat May 25, 2013 1:37 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Project 2 help needed</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=91821#91821</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=130'&gt;Ram&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 10, 2010 3:47 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Easy for me I've already got 4 eyes &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
And for something of topic, replied from a browser written in C#</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=91821#91821</comments>
                                        <author>Ram</author>
                                        <pubDate>Tue Aug 10, 2010 3:47 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=91821#91821</guid>
                                      </item>
                                      <item>
                                        <title>Re: Project 2 help needed</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=91819#91819</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66306'&gt;seancyril&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Aug 10, 2010 2:59 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks for that!  Need to get my eyes tested!</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=91819#91819</comments>
                                        <author>seancyril</author>
                                        <pubDate>Tue Aug 10, 2010 2:59 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=91819#91819</guid>
                                      </item>
                                      <item>
                                        <title>Re: Project 2 help needed</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=91799#91799</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=130'&gt;Ram&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Aug 09, 2010 10:58 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Your missing a $ in your foreach loop&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;foreach &amp;#40;$titles as $title&amp;#41; &amp;#123;&lt;br /&gt;
print &amp;quot;&amp;lt;p&amp;gt;$title&amp;lt;/p&amp;gt;&amp;quot;;&lt;br /&gt;
&amp;#125; &lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=91799#91799</comments>
                                        <author>Ram</author>
                                        <pubDate>Mon Aug 09, 2010 10:58 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=91799#91799</guid>
                                      </item>
                                      <item>
                                        <title>Project 2 help needed</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=91798#91798</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66306'&gt;seancyril&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Aug 09, 2010 10:45 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi everyone, I have started project 2 and managed to get the first part of the project to work OK. I got the submit button and the personalised message when entering my name.&lt;br /&gt;
I moved on to the second part where the print line is replaced with code to pass $input through Simple XML (Page36) and for some reason when I refresh my browser nothing shows up. I've obviously made a mistake in the code but can't see it. Can anyone help? Here is what I have in project2.php so far&lt;br /&gt;
Thanks&lt;br /&gt;
Sean&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
if (isset($_POST[&amp;quot;user_input&amp;quot;])){&lt;br /&gt;
	  $input=$_POST[&amp;quot;user_input&amp;quot;];&lt;br /&gt;
	  $feed=simple_xml_load_file($input);&lt;br /&gt;
	  $titles=$feed-&amp;gt;xpath(&amp;quot;//item/title&amp;quot;);&lt;br /&gt;
	  foreach ($titles as title) {&lt;br /&gt;
		   print &amp;quot;&amp;lt;p&amp;gt;$title&amp;lt;/p&amp;gt;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;form method=&amp;quot;post&amp;quot; action=&amp;quot;project2.php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;user_input&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;submit&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=91798#91798</comments>
                                        <author>seancyril</author>
                                        <pubDate>Mon Aug 09, 2010 10:45 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=91798#91798</guid>
                                      </item></channel></rss>