<?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: Problems with HTTP forms in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867107#M821585</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If I were going to pass information from a web form to a web server, I would use a form who's action is to call a servlet.  In the servlet, I would do an HttpServletRequest.getParameter("formInputFieldName") to get the value.&lt;BR /&gt;&lt;BR /&gt;Goto Oreilly.com and search for Servlet Programming for information on how to program servlets.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
    <pubDate>Wed, 18 Dec 2002 19:26:00 GMT</pubDate>
    <dc:creator>Tom Jackson</dc:creator>
    <dc:date>2002-12-18T19:26:00Z</dc:date>
    <item>
      <title>Problems with HTTP forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867105#M821583</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I use Apache Web server 2.0.43 on A-class servers with HP-UX 11.00.When I "execute" htlm form (for example i want to give login and password for connecting on a database), i can't transmit variables values in other script: when i make a echo, i have nothing in variable.&lt;BR /&gt;I use the two methods (post and get) and i test with I.E and Netscape navigator.&lt;BR /&gt;&lt;BR /&gt;Thanks for help.&lt;BR /&gt;&lt;BR /&gt;JMB&lt;BR /&gt;(PS: The php and htlp scripts work well on a MS Windows system)&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Dec 2002 17:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867105#M821583</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2002-12-18T17:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867106#M821584</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;can you give an example of&lt;BR /&gt;your script ?&lt;BR /&gt;&lt;BR /&gt;Do you use the QUERY_STRING var or&lt;BR /&gt;$* ?&lt;BR /&gt;&lt;BR /&gt;rgds.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Wed, 18 Dec 2002 18:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867106#M821584</guid>
      <dc:creator>Steven Mertens</dc:creator>
      <dc:date>2002-12-18T18:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867107#M821585</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If I were going to pass information from a web form to a web server, I would use a form who's action is to call a servlet.  In the servlet, I would do an HttpServletRequest.getParameter("formInputFieldName") to get the value.&lt;BR /&gt;&lt;BR /&gt;Goto Oreilly.com and search for Servlet Programming for information on how to program servlets.&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Wed, 18 Dec 2002 19:26:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867107#M821585</guid>
      <dc:creator>Tom Jackson</dc:creator>
      <dc:date>2002-12-18T19:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867108#M821586</link>
      <description>I do this all the time on httpd servers, mostly apache 1.3x.&lt;BR /&gt;&lt;BR /&gt;If you attach the http doc and the program it calls, I can try and help.&lt;BR /&gt;&lt;BR /&gt;My method is a post, executing a perl script which uses the chop command to parse the variables.&lt;BR /&gt;&lt;BR /&gt;Take a look here for a site that uses the information to pass data:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.investmenttool.com" target="_blank"&gt;http://www.investmenttool.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its got one field for stock symbols, you press the go button and bingo, data gets passed.&lt;BR /&gt;&lt;BR /&gt;Its just the only example I can give you on the pubic Internet.&lt;BR /&gt;&lt;BR /&gt;It is possible, I can provide examples if you find them relavent.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 18 Dec 2002 21:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867108#M821586</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-18T21:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867109#M821587</link>
      <description>Here example of php script.&lt;BR /&gt;&lt;BR /&gt;The var. formProfil, formLogin, and formPwd don't pass to Faire_authentification.php script&lt;BR /&gt; &lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;JMB</description>
      <pubDate>Thu, 19 Dec 2002 11:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867109#M821587</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2002-12-19T11:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP forms</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867110#M821588</link>
      <description>I perhaps find the solution.&lt;BR /&gt;We use the $var syntax and it's not good on some Unix platforms. We must use the $HTTP_POST_VARS['var'] syntax. This work on all platforms but it's hard job to change all scripts. If you have a best solution?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;JMB</description>
      <pubDate>Thu, 19 Dec 2002 16:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-http-forms/m-p/2867110#M821588</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2002-12-19T16:31:48Z</dc:date>
    </item>
  </channel>
</rss>

