php-db | 2005011
Date: 01/05/05
- Next message: Matt M.: "Re: [PHP-DB] $_GET of array variables"
- Previous message: OOzy Pal: "[PHP-DB] MySQL Auto PK"
- Next in thread: Matt M.: "Re: [PHP-DB] $_GET of array variables"
- Reply: Matt M.: "Re: [PHP-DB] $_GET of array variables"
- Reply: Yvonne Federowicz: "[PHP-DB] Re: $_GET of array variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I am new to PHP 4, and have not been able to find the answer to this online
or through experimentation yet.
I have array variables from html forms that I am passing back into the php
in order to enter into MySQL. I have had no trouble with simple variables
using
$_GET['simplevariable'] but am not having much luck with anything like:
$_GET["arrayvariable$a"] (1-dimensional array) or
$_GET["arrayvariable$a$b"] (2-dimensional array)
(I've tried several other odd syntaxes such as
$_GET["arrayvariable[$a][$b]"]. Also it's not an \" situation.)
In PHP 3 one can just use the array variables.
Hopefully a simple syntax thing... Thank you for any ideas!
Yvonne
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Matt M.: "Re: [PHP-DB] $_GET of array variables"
- Previous message: OOzy Pal: "[PHP-DB] MySQL Auto PK"
- Next in thread: Matt M.: "Re: [PHP-DB] $_GET of array variables"
- Reply: Matt M.: "Re: [PHP-DB] $_GET of array variables"
- Reply: Yvonne Federowicz: "[PHP-DB] Re: $_GET of array variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

