how does php receive <form> parameters?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • scrunchy2k@yahoo.com

    how does php receive <form> parameters?

    Hi,

    I was just curious how a PHP script in a webpage
    receives the parameters that I send to it in a
    form tag. It's a stupid question I suppose, but
    my impression is that, by comparison, in Perl
    the parsing of parameter requires the programmer
    to add a line in the .pl file. Not so in PHP?

    Thanks,
    -s

  • Daniel Tryba

    #2
    Re: how does php receive &lt;form&gt; parameters?

    scrunchy2k@yaho o.com wrote:[color=blue]
    > I was just curious how a PHP script in a webpage
    > receives the parameters that I send to it in a
    > form tag.[/color]

    It's all in TFM:


    Should tell you all you need to know how to use it, if you want to know
    how PHP parses the submitted data you should off course use the source
    :)

    Comment

    • JDS

      #3
      Re: how does php receive &lt;form&gt; parameters?

      On Fri, 01 Jul 2005 04:56:36 -0700, scrunchy2k wrote:
      [color=blue]
      > form tag. It's a stupid question I suppose, but[/color]

      Its not stupid, just ignorant[1]. The answer is out there already -- read
      it.


      [1] "ignorant" is not in and of itself a bad thing.
      --
      JDS | jeffrey@example .invalid
      | http://www.newtnotes.com
      DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/

      Comment

      Working...