Re: how does php receive <form> parameters?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: how does php receive <form> parameters?

From: Daniel Tryba <partmapsswen@invalid.tryba.nl>
Date: Fri Jul 01 2005 - 14:50:58 CEST

scrunchy2k@yahoo.com wrote:
> 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 all in TFM:
http://www.php.net/manual/en/language.variables.external.php

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
:)
Received on Mon Oct 24 02:08:38 2005