<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [error] an unknown filter was not added: PHP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-an-unknown-filter-was-not-added-php/m-p/3199762#M570748</link>
    <description>Hi, Friends&lt;BR /&gt;&lt;BR /&gt;in first place I would like to ask for excuses for my English, is bad.&lt;BR /&gt;&lt;BR /&gt;well, one of my problems with php is the error reported in subject of&lt;BR /&gt;this menssagem.&lt;BR /&gt;I am not obtaining to write scripts php.example:&lt;BR /&gt;&lt;BR /&gt;exam.php&lt;BR /&gt;&lt;BR /&gt;       $Student = array("Albert Einstein", "Ivan O Terrivel", "Napoleao", "Simon Bolivar", "Isaac Newton");&lt;BR /&gt;      while (list(,$Name)=each($Student))&lt;BR /&gt;      {&lt;BR /&gt;        echo "Que nota $Name conseguiu em matematica?";&lt;BR /&gt;        echo "&lt;BR /&gt;&lt;BR /&gt;";&lt;BR /&gt;        echo "&lt;SELECT name="Math[]"&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota A&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota B&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota C&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota D&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota E&lt;/OPTION&gt;&lt;BR /&gt;              &lt;/SELECT&gt;";&lt;BR /&gt;        echo "&lt;BR /&gt;&lt;BR /&gt;";&lt;BR /&gt;        echo "&lt;INPUT type="hidden" name="Student[]" value="$Name" /&gt;";&lt;BR /&gt;      }&lt;BR /&gt;      echo "&lt;INPUT type="submit" /&gt;";&lt;BR /&gt;    ?&amp;gt;&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;exam2.php&lt;BR /&gt;&lt;BR /&gt;       while (list($Index,$Value)=each($Math))&lt;BR /&gt;      {&lt;BR /&gt;        $GradeStudent[]=$Math[$Index].$Student[$Index];&lt;BR /&gt;      }&lt;BR /&gt;      asort($GradeStudent);&lt;BR /&gt;      while (list($Index,$Value)=each($GradeStudent))&lt;BR /&gt;      {&lt;BR /&gt;        echo "&lt;BR /&gt;$Student[$Index] - $Math[$Index]";&lt;BR /&gt;      }&lt;BR /&gt;    ?&amp;gt;&lt;BR /&gt;it occurs that, php this not exporting the variables of exam.php to exam2.php.&lt;BR /&gt;&lt;BR /&gt;how to decide this problem?&lt;BR /&gt;I'm using:&lt;BR /&gt;Apache/2.0.48 HP-UX_Apache-based_Web_Server (Unix) mod_perl/1.99_10 Perl/v5.8.0 PHP/4.3.4 DAV/2 mod_jk/1.2.3-dev&lt;BR /&gt;&lt;BR /&gt;tanks...&lt;BR /&gt;&lt;BR /&gt;Amilcar Moreti&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Feb 2004 13:47:11 GMT</pubDate>
    <dc:creator>Amilcar de Jesus Moreti</dc:creator>
    <dc:date>2004-02-23T13:47:11Z</dc:date>
    <item>
      <title>[error] an unknown filter was not added: PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-an-unknown-filter-was-not-added-php/m-p/3199762#M570748</link>
      <description>Hi, Friends&lt;BR /&gt;&lt;BR /&gt;in first place I would like to ask for excuses for my English, is bad.&lt;BR /&gt;&lt;BR /&gt;well, one of my problems with php is the error reported in subject of&lt;BR /&gt;this menssagem.&lt;BR /&gt;I am not obtaining to write scripts php.example:&lt;BR /&gt;&lt;BR /&gt;exam.php&lt;BR /&gt;&lt;BR /&gt;       $Student = array("Albert Einstein", "Ivan O Terrivel", "Napoleao", "Simon Bolivar", "Isaac Newton");&lt;BR /&gt;      while (list(,$Name)=each($Student))&lt;BR /&gt;      {&lt;BR /&gt;        echo "Que nota $Name conseguiu em matematica?";&lt;BR /&gt;        echo "&lt;BR /&gt;&lt;BR /&gt;";&lt;BR /&gt;        echo "&lt;SELECT name="Math[]"&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota A&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota B&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota C&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota D&lt;/OPTION&gt;&lt;BR /&gt;                &lt;OPTION&gt;Nota E&lt;/OPTION&gt;&lt;BR /&gt;              &lt;/SELECT&gt;";&lt;BR /&gt;        echo "&lt;BR /&gt;&lt;BR /&gt;";&lt;BR /&gt;        echo "&lt;INPUT type="hidden" name="Student[]" value="$Name" /&gt;";&lt;BR /&gt;      }&lt;BR /&gt;      echo "&lt;INPUT type="submit" /&gt;";&lt;BR /&gt;    ?&amp;gt;&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;exam2.php&lt;BR /&gt;&lt;BR /&gt;       while (list($Index,$Value)=each($Math))&lt;BR /&gt;      {&lt;BR /&gt;        $GradeStudent[]=$Math[$Index].$Student[$Index];&lt;BR /&gt;      }&lt;BR /&gt;      asort($GradeStudent);&lt;BR /&gt;      while (list($Index,$Value)=each($GradeStudent))&lt;BR /&gt;      {&lt;BR /&gt;        echo "&lt;BR /&gt;$Student[$Index] - $Math[$Index]";&lt;BR /&gt;      }&lt;BR /&gt;    ?&amp;gt;&lt;BR /&gt;it occurs that, php this not exporting the variables of exam.php to exam2.php.&lt;BR /&gt;&lt;BR /&gt;how to decide this problem?&lt;BR /&gt;I'm using:&lt;BR /&gt;Apache/2.0.48 HP-UX_Apache-based_Web_Server (Unix) mod_perl/1.99_10 Perl/v5.8.0 PHP/4.3.4 DAV/2 mod_jk/1.2.3-dev&lt;BR /&gt;&lt;BR /&gt;tanks...&lt;BR /&gt;&lt;BR /&gt;Amilcar Moreti&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 13:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-an-unknown-filter-was-not-added-php/m-p/3199762#M570748</guid>
      <dc:creator>Amilcar de Jesus Moreti</dc:creator>
      <dc:date>2004-02-23T13:47:11Z</dc:date>
    </item>
    <item>
      <title>Re:  [error] an unknown filter was not added: PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-an-unknown-filter-was-not-added-php/m-p/3199763#M570749</link>
      <description>There is a great forum out there for this kind of questions; Please ask this in&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.devshed.com" target="_blank"&gt;http://www.devshed.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is nice place to ask questions about Perl and PHP.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;vijay</description>
      <pubDate>Mon, 23 Feb 2004 14:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-an-unknown-filter-was-not-added-php/m-p/3199763#M570749</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-02-23T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re:  [error] an unknown filter was not added: PHP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-an-unknown-filter-was-not-added-php/m-p/3199764#M570750</link>
      <description>you can retrive the value of vars passed to exam2.php using the following syntax&lt;BR /&gt;&lt;BR /&gt;$_POST['Math'] for the $Math var&lt;BR /&gt;the same is for Student&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2004 08:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-an-unknown-filter-was-not-added-php/m-p/3199764#M570750</guid>
      <dc:creator>Salvi Marco</dc:creator>
      <dc:date>2004-02-24T08:21:33Z</dc:date>
    </item>
  </channel>
</rss>

