<?xml version="1.0" ?><rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel rdf:about="https://outils.hpsam.info/tracker/">
    <title>Hpsam tracker - </title>
    <link>https://outils.hpsam.info/tracker/</link>
    <description>Hpsam tracker - Cryptographp 4.5: Recently edited tasks</description>
    <dc:date>2008-05-28T18:27:16Z</dc:date>
    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=12" />
              </rdf:Seq>
    </items>
    		
  </channel>
    <item rdf:about="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=12">
    <title>FS#12: Fatal error in sample-crypto.php page</title>
    <link>https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=12</link>
    <dc:date>2008-05-28T18:27:16Z</dc:date>
    <dc:creator>Sylvain</dc:creator>
    <description>Fatal error: Call to undefined function: () in /.../pages/sample-crypto.php on line 33

Change

$crypt = isset($_POST[&amp;#039;crypt&amp;#039;])?$striptags($_POST[&amp;#039;crypt&amp;#039;]):NULL;

to

$crypt = isset($_POST[&amp;#039;crypt&amp;#039;])?strip_tags($_POST[&amp;#039;crypt&amp;#039;]):NULL;

in pages/sample-crypto.php</description>
    <content:encoded><![CDATA[Fatal error: Call to undefined function: () in /.../pages/sample-crypto.php on line 33<br />
<br />
Change<br />
<br />
$crypt = isset($_POST[&#039;crypt&#039;])?$striptags($_POST[&#039;crypt&#039;]):NULL;<br />
<br />
to<br />
<br />
$crypt = isset($_POST[&#039;crypt&#039;])?strip_tags($_POST[&#039;crypt&#039;]):NULL;<br />
<br />
in pages/sample-crypto.php]]></content:encoded>
  </item>
  </rdf:RDF>
