<?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 Re: Help in PHP access to database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039022#M718993</link>
    <description>hi ,&lt;BR /&gt;I try this time , here's the solution :&lt;BR /&gt;echo "&lt;BR /&gt;     &lt;FORM name="\&amp;quot;AccessInterface\&amp;quot;" method="post&amp;lt;BR"&gt;      ACTION=\"DataAccess.php3\"&amp;gt;&lt;BR /&gt;      Por favor insira os seus dados para o Workload&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;      First Name:&lt;INPUT name="\&amp;quot;FirstName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;      Teste:&lt;INPUT name="\&amp;quot;Teste\&amp;quot;" type="\&amp;quot;checkbox\&amp;quot;" value="\&amp;quot;re\&amp;quot;" /&gt;re&lt;BR /&gt;&lt;BR /&gt;        Teste de SeleC'C#o:&lt;BR /&gt;       &lt;SELECT name="\&amp;quot;teste\&amp;quot;"&gt; ";&lt;BR /&gt;/*        ABRE_CL();&lt;BR /&gt;/* ?&amp;gt;  */&lt;BR /&gt;  echo "                                               &lt;/SELECT&gt;&lt;BR /&gt;                                                &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;                                                Last Name:&lt;INPUT name="\&amp;quot;LastName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                Phone Number: &lt;INPUT name="\&amp;quot;PhoneNumber\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                &lt;INPUT type="\&amp;quot;Submit\&amp;quot;" /&gt;&lt;BR /&gt;                                                &lt;INPUT type="\&amp;quot;Reset\&amp;quot;" /&gt;&lt;BR /&gt;                                                &lt;/FORM&gt;&lt;BR /&gt;                                                ";&lt;BR /&gt;&lt;BR /&gt;nota :&lt;BR /&gt;You cannot include a second php call (Tell me if it's ok...&lt;BR /&gt;regards&lt;BR /&gt;Benoit</description>
    <pubDate>Fri, 01 Aug 2003 11:59:38 GMT</pubDate>
    <dc:creator>benoit Bruckert</dc:creator>
    <dc:date>2003-08-01T11:59:38Z</dc:date>
    <item>
      <title>Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039015#M718986</link>
      <description>&lt;BR /&gt;Hi All, &lt;BR /&gt;&lt;BR /&gt;I??m new at PHP and I found some problems trying to pass a call to a function ( ABRE_CL() ) inside the option fied in the form. &lt;BR /&gt;Somebody can help ? &lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;Bassoi&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 20:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039015#M718986</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-07-31T20:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039016#M718987</link>
      <description>&lt;BR /&gt;Sorry ,&lt;BR /&gt;&lt;BR /&gt;The attachment is not so good !&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 31 Jul 2003 21:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039016#M718987</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-07-31T21:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039017#M718988</link>
      <description>&lt;BR /&gt;Hi Again,&lt;BR /&gt;&lt;BR /&gt;I??ll try the last time</description>
      <pubDate>Thu, 31 Jul 2003 21:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039017#M718988</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-07-31T21:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039018#M718989</link>
      <description>&lt;BR /&gt;function HTML_Head() { &lt;BR /&gt;    echo " &lt;BR /&gt;     &lt;BR /&gt;    &lt;TITLE&gt;Processing Form&lt;/TITLE&gt; &lt;BR /&gt;     &lt;BR /&gt;    "; &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;function HTML_Form() { &lt;BR /&gt;&lt;BR /&gt;    function ABRE_CL() {&lt;BR /&gt;&lt;BR /&gt;$cnx = odbc_connect( 'Workload' , '', '' ); &lt;BR /&gt;    if (!$cnx) { &lt;BR /&gt;        Error_handler( "Error in odbc_connect" , $cnx ); &lt;BR /&gt;    } &lt;BR /&gt;&lt;BR /&gt;    $cur= odbc_exec( $cnx, "select * from Clientes" ); &lt;BR /&gt;    if (!$cur) { &lt;BR /&gt;        Error_handler( "Error in odbc_exec( no cursor returned ) " , $cnx ); &lt;BR /&gt;    } &lt;BR /&gt;    $nbrow=0;   //Local variable to count number of rows &lt;BR /&gt;&lt;BR /&gt;    // fetch the succesive result rows &lt;BR /&gt;    while( odbc_fetch_row( $cur ) ) { &lt;BR /&gt;        $nbrow++; &lt;BR /&gt;        $desc= odbc_result( $cur, 2 ); // get the field "Descri????o" &lt;BR /&gt;        &lt;BR /&gt;        echo "$desc&lt;BR /&gt;"; &lt;BR /&gt;    } &lt;BR /&gt;&lt;BR /&gt;    ; &lt;BR /&gt;&lt;BR /&gt;    // close the connection. important if persistent connection are "On" &lt;BR /&gt;    odbc_close( $cnx); &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt; echo " &lt;BR /&gt;    &lt;FORM name="\&amp;quot;AccessInterface\&amp;quot;" method="post" action="\&amp;quot;DataAccess.php3\&amp;quot;"&gt; &lt;BR /&gt;    Por favor insira os seus dados para o Workload&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;    First Name:&lt;INPUT name="\&amp;quot;FirstName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt; &lt;BR /&gt;    Teste:&lt;INPUT name="\&amp;quot;Teste\&amp;quot;" type="\&amp;quot;checkbox\&amp;quot;" value="\&amp;quot;re\&amp;quot;" /&gt;re&lt;BR /&gt;&lt;BR /&gt; Teste de Sele????o: &lt;BR /&gt;  &lt;SELECT name="\&amp;quot;teste\&amp;quot;"&gt;&lt;BR /&gt;          &lt;PHP&gt;&lt;/PHP&gt;     ABRE_CL();&lt;BR /&gt;    ?&amp;gt;&lt;BR /&gt;     &lt;/SELECT&gt;&lt;BR /&gt;     &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Last Name:&lt;INPUT name="\&amp;quot;LastName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt; &lt;BR /&gt;    Phone Number: &lt;INPUT name="\&amp;quot;PhoneNumber\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt; &lt;BR /&gt;    &lt;INPUT type="\&amp;quot;Submit\&amp;quot;" /&gt; &lt;BR /&gt;    &lt;INPUT type="\&amp;quot;Reset\&amp;quot;" /&gt; &lt;BR /&gt;    &lt;/FORM&gt; &lt;BR /&gt;    ";&lt;BR /&gt;&lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;function HTML_Existing() { &lt;BR /&gt;    echo "Database Workload OK"; &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;function HTML_Foot() { &lt;BR /&gt;    echo ""; &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;HTML_Head(); &lt;BR /&gt;HTML_Form(); &lt;BR /&gt;HTML_Existing(); &lt;BR /&gt;HTML_Foot(); &lt;BR /&gt;&lt;BR /&gt;?&amp;gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2003 21:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039018#M718989</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-07-31T21:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039019#M718990</link>
      <description>Hi Bassoi,&lt;BR /&gt;You should just change in your call :&lt;BR /&gt;&lt;PHP&gt;&lt;/PHP&gt;hth&lt;BR /&gt;Benoit</description>
      <pubDate>Fri, 01 Aug 2003 08:39:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039019#M718990</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-08-01T08:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039020#M718991</link>
      <description>Or better :&lt;BR /&gt;instead of :&lt;BR /&gt;        echo " &lt;BR /&gt;    &lt;FORM name="\&amp;quot;AccessInterface\&amp;quot;" method="post" action="\&amp;quot;DataAccess.php3\&amp;quot;"&gt; &lt;BR /&gt;    Por favor insira os seus dados para o Workload&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;    First Name:&lt;INPUT name="\&amp;quot;FirstName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt; &lt;BR /&gt;        Teste:&lt;INPUT name="\&amp;quot;Teste\&amp;quot;" type="\&amp;quot;checkbox\&amp;quot;" value="\&amp;quot;re\&amp;quot;" /&gt;re&lt;BR /&gt;&lt;BR /&gt;        Teste de Sele????o: &lt;BR /&gt;                &lt;SELECT name="\&amp;quot;teste\&amp;quot;"&gt;&lt;BR /&gt;          &lt;PHP&gt;&lt;/PHP&gt;                          ABRE_CL();&lt;BR /&gt;                  ?&amp;gt;&lt;BR /&gt;            &lt;/SELECT&gt;&lt;BR /&gt;                          &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        Last Name:&lt;INPUT name="\&amp;quot;LastName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt; &lt;BR /&gt;    Phone Number: &lt;INPUT name="\&amp;quot;PhoneNumber\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt; &lt;BR /&gt;    &lt;INPUT type="\&amp;quot;Submit\&amp;quot;" /&gt; &lt;BR /&gt;    &lt;INPUT type="\&amp;quot;Reset\&amp;quot;" /&gt; &lt;BR /&gt;    &lt;/FORM&gt; &lt;BR /&gt;    ";&lt;BR /&gt;do :&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;    &lt;FORM name="AccessInterface" method="post" action="https://community.hpe.com/DataAccess.php3"&gt; &lt;BR /&gt;    Por favor insira os seus dados para o Workload&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;    First Name:&lt;INPUT name="FirstName" type="text" size="25" /&gt;&lt;BR /&gt; &lt;BR /&gt;        Teste:&lt;INPUT name="Teste" type="checkbox" value="re" /&gt;re&lt;BR /&gt;&lt;BR /&gt;        Teste de Sele????o: &lt;BR /&gt;                &lt;SELECT name="teste"&gt;&lt;BR /&gt;                                    ABRE_CL();&lt;BR /&gt;                  ?&amp;gt;&lt;BR /&gt;            &lt;/SELECT&gt;&lt;BR /&gt;                          &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        Last Name:&lt;INPUT name="LastName" type="text" size="25" /&gt;&lt;BR /&gt; &lt;BR /&gt;    Phone Number: &lt;INPUT name="PhoneNumber" type="text" size="25" /&gt;&lt;BR /&gt; &lt;BR /&gt;    &lt;INPUT type="Submit" /&gt; &lt;BR /&gt;    &lt;INPUT type="Reset" /&gt; &lt;BR /&gt;    &lt;/FORM&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 08:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039020#M718991</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-08-01T08:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039021#M718992</link>
      <description>Sorry,&lt;BR /&gt;&lt;BR /&gt;I did what you told me but didn??t work. We have no result inside&lt;BR /&gt;the form.&lt;BR /&gt;If I call the function ABRE_CL () from outside the form it works fine !&lt;BR /&gt;&lt;BR /&gt;What can I do ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bassoi</description>
      <pubDate>Fri, 01 Aug 2003 10:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039021#M718992</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-08-01T10:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039022#M718993</link>
      <description>hi ,&lt;BR /&gt;I try this time , here's the solution :&lt;BR /&gt;echo "&lt;BR /&gt;     &lt;FORM name="\&amp;quot;AccessInterface\&amp;quot;" method="post&amp;lt;BR"&gt;      ACTION=\"DataAccess.php3\"&amp;gt;&lt;BR /&gt;      Por favor insira os seus dados para o Workload&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;      First Name:&lt;INPUT name="\&amp;quot;FirstName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;      Teste:&lt;INPUT name="\&amp;quot;Teste\&amp;quot;" type="\&amp;quot;checkbox\&amp;quot;" value="\&amp;quot;re\&amp;quot;" /&gt;re&lt;BR /&gt;&lt;BR /&gt;        Teste de SeleC'C#o:&lt;BR /&gt;       &lt;SELECT name="\&amp;quot;teste\&amp;quot;"&gt; ";&lt;BR /&gt;/*        ABRE_CL();&lt;BR /&gt;/* ?&amp;gt;  */&lt;BR /&gt;  echo "                                               &lt;/SELECT&gt;&lt;BR /&gt;                                                &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;                                                Last Name:&lt;INPUT name="\&amp;quot;LastName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                Phone Number: &lt;INPUT name="\&amp;quot;PhoneNumber\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                &lt;INPUT type="\&amp;quot;Submit\&amp;quot;" /&gt;&lt;BR /&gt;                                                &lt;INPUT type="\&amp;quot;Reset\&amp;quot;" /&gt;&lt;BR /&gt;                                                &lt;/FORM&gt;&lt;BR /&gt;                                                ";&lt;BR /&gt;&lt;BR /&gt;nota :&lt;BR /&gt;You cannot include a second php call (Tell me if it's ok...&lt;BR /&gt;regards&lt;BR /&gt;Benoit</description>
      <pubDate>Fri, 01 Aug 2003 11:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039022#M718993</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-08-01T11:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039023#M718994</link>
      <description>I tried it again but it didn??t work !!!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Bassoi</description>
      <pubDate>Fri, 01 Aug 2003 12:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039023#M718994</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-08-01T12:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039024#M718995</link>
      <description>what's your error ??&lt;BR /&gt;I made it works on my side !&lt;BR /&gt;Warning,&lt;BR /&gt;I have disabled the odbc functions (I don't have odbc built in),&lt;BR /&gt;here is the full source i used :&lt;BR /&gt;&lt;BR /&gt;function HTML_Head() {&lt;BR /&gt;  echo "&lt;BR /&gt;           &lt;BR /&gt;           &lt;TITLE&gt;Processing Form&lt;/TITLE&gt;&lt;BR /&gt;           &lt;BR /&gt;           ";&lt;BR /&gt;                    }&lt;BR /&gt;&lt;BR /&gt;function HTML_Form() {&lt;BR /&gt;&lt;BR /&gt;function ABRE_CL() {&lt;BR /&gt;  echo "toto&lt;BR /&gt;";&lt;BR /&gt; return;&lt;BR /&gt;    $cnx = odbc_connect( 'Workload' , '', '' );&lt;BR /&gt;   if (!$cnx) {&lt;BR /&gt;              Error_handler( "Error in odbc_connect" , $cnx );&lt;BR /&gt;              }&lt;BR /&gt;&lt;BR /&gt;    $cur= odbc_exec( $cnx, "select * from Clientes" );&lt;BR /&gt;    if (!$cur) {&lt;BR /&gt;             Error_handler( "Error in odbc_exec( no cursor returned ) " , $cnx );&lt;BR /&gt;       }&lt;BR /&gt;    $nbrow=0; //Local variable to count number of rows&lt;BR /&gt;&lt;BR /&gt;    // fetch the succesive result rows&lt;BR /&gt;    while( odbc_fetch_row( $cur ) ) {&lt;BR /&gt;                   $nbrow++;&lt;BR /&gt;                   $desc= odbc_result( $cur, 2 ); // get the field "DescriC'C#o"&lt;BR /&gt;&lt;BR /&gt;                     echo "$desc&lt;BR /&gt;";&lt;BR /&gt;                         }&lt;BR /&gt;&lt;BR /&gt;                     ;&lt;BR /&gt;&lt;BR /&gt;    // close the connection. important if persistent connection are "On"&lt;BR /&gt;     odbc_close( $cnx);&lt;BR /&gt;     }&lt;BR /&gt; &lt;BR /&gt;echo "&lt;BR /&gt;     &lt;FORM name="\&amp;quot;AccessInterface\&amp;quot;" method="post&amp;lt;BR"&gt;      ACTION=\"DataAccess.php3\"&amp;gt;&lt;BR /&gt;      Por favor insira os seus dados para o Workload&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;      First Name:&lt;INPUT name="\&amp;quot;FirstName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;      Teste:&lt;INPUT name="\&amp;quot;Teste\&amp;quot;" type="\&amp;quot;checkbox\&amp;quot;" value="\&amp;quot;re\&amp;quot;" /&gt;re&lt;BR /&gt;&lt;BR /&gt;        Teste de SeleC'C#o:&lt;BR /&gt;       &lt;SELECT name="\&amp;quot;teste\&amp;quot;"&gt; ";&lt;BR /&gt;/*        ABRE_CL();&lt;BR /&gt;/* ?&amp;gt;  */&lt;BR /&gt;  echo "                                               &lt;/SELECT&gt;&lt;BR /&gt;                                                &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;                                                Last Name:&lt;INPUT name="\&amp;quot;LastName\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                Phone Number: &lt;INPUT name="\&amp;quot;PhoneNumber\&amp;quot;" type="\&amp;quot;text\&amp;quot;" size="\&amp;quot;25\&amp;quot;" /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                &lt;INPUT type="\&amp;quot;Submit\&amp;quot;" /&gt;&lt;BR /&gt;                                                &lt;INPUT type="\&amp;quot;Reset\&amp;quot;" /&gt;&lt;BR /&gt;                                                &lt;/FORM&gt;&lt;BR /&gt;                                                ";&lt;BR /&gt; &lt;BR /&gt;                                                }&lt;BR /&gt; &lt;BR /&gt;                                                function HTML_Existing() {&lt;BR /&gt;                                                echo "Database Workload OK";&lt;BR /&gt;                                                }&lt;BR /&gt; &lt;BR /&gt;                                                function HTML_Foot() {&lt;BR /&gt;                                                echo "";&lt;BR /&gt;                                                }&lt;BR /&gt; &lt;BR /&gt;                                                HTML_Head();&lt;BR /&gt;                                                HTML_Form();&lt;BR /&gt;                                                HTML_Existing();&lt;BR /&gt;                                                HTML_Foot();&lt;BR /&gt; &lt;BR /&gt;                                                ?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;cut and paste it in a test.php file and try to access to it.&lt;BR /&gt;You should also see the source html file generated by php (view source in your browser), you can have interrested information...&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 14:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039024#M718995</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-08-01T14:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help in PHP access to database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039025#M718996</link>
      <description>Hi again,&lt;BR /&gt;I read a little more your script, you have also a trouble in the pure html side&lt;BR /&gt;:&lt;BR /&gt;If your connection to odbc is ko, you can see it by viewing the source of the html page.&lt;BR /&gt;if it's ok, then, change this line :&lt;BR /&gt;echo "$desc&lt;BR /&gt;";&lt;BR /&gt;to&lt;BR /&gt;echo "$desc";&lt;BR /&gt; &lt;BR /&gt;to make a test (without odbc connection), from my previous sample, change :&lt;BR /&gt;echo "toto&lt;BR /&gt;";&lt;BR /&gt;to&lt;BR /&gt;echo "toto&lt;BR /&gt;";&lt;BR /&gt;echo "toto2&lt;BR /&gt;" ;&lt;BR /&gt; &lt;BR /&gt;it should work !!&lt;BR /&gt;check also your odbc conectivity..&lt;BR /&gt;If you are running on HPUX (this is the name of this forum), I'm sure you can build php with odbc support (it's a WIN32 feature).&lt;BR /&gt; &lt;BR /&gt;hope that help&lt;BR /&gt;Benoit</description>
      <pubDate>Fri, 01 Aug 2003 14:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-in-php-access-to-database/m-p/3039025#M718996</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2003-08-01T14:54:28Z</dc:date>
    </item>
  </channel>
</rss>

