D'oh!
Okay, thanks for pointing me to those variables. Is there a list of
global variables somewhere? I'm only using the online documentation and
it's arranged a little awkward.
After playing with $_POST, I couldn't figure out why it wasn't working,
but I just realized that the names are ca
depends on whether or not you post or get
then you use
$_POST["varname"]
or
$_GET["varname"]
hope this helps
- Original Message -
From: "Seth Willits" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 29, 2003 11:00 AM
Subjec
On Fri, 29 Aug 2003 11:00:14 -0700, you wrote:
>This might be staring straight at me, but I can't seem to figure out
>how to reference form parameters in php code. For example:
>
>
> if ($formName["fieldName"] == "this") {
> // do this
> } else {
> // do t
--- Seth Willits <[EMAIL PROTECTED]> wrote:
> This might be staring straight at me, but I can't seem to figure out
> how to reference form parameters in php code. For example:
>
>
>if ($formName["fieldName"] == "this") {
> // do this
> } else {
> // do
This might be staring straight at me, but I can't seem to figure out
how to reference form parameters in php code. For example:
Thanks,
Seth Willits
---
President and Head Developer of Freak Software - http://www.freaksw
5 matches
Mail list logo