<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Hpsam tracker - </title>
  <subtitle type="text">
    Hpsam tracker - Cryptographp 4.5: Recently edited tasks  </subtitle>
  <id>https://outils.hpsam.info/tracker/</id>
    <updated>2008-05-28T18:27:16Z</updated>
  <link rel="self" type="text/xml" href="feed.php?feed_type=atom"/>
  <link rel="alternate" type="text/html" hreflang="en" href="/tracker/feed.php"/>
    <entry>
    <title>FS#12: Fatal error in sample-crypto.php page</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=12" />    
    <updated>2008-05-28T18:27:16Z</updated>    
    <published>2008-05-28T18:26:04Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        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      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:12</id>
  </entry>
  </feed>
