Date: 04/13/99
- Next message: Stig Sæther Bakken: "Re: [PHP-DEV] Array of setted vars by PHP"
- Previous message: zager <email protected>: "[PHP-DEV] Bug #1312: eval() crashs after 4094 steps"
- Next in thread: Stig Sæther Bakken: "Re: [PHP-DEV] Array of setted vars by PHP"
- Reply: Stig Sæther Bakken: "Re: [PHP-DEV] Array of setted vars by PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey,
I'm building kindoff weird script. But I don't know
the names of the field elements that are posting to
the PHP Script.
It would be very handy to have an array of variables that
are SETTED by PHP.
For example:
<input type="text" name="name">
<input type="text" name="address">
...
Submit Script, there's an array ... for example $PHP_Vars
$PHP_Vars[0] = "name" => $name
$PHP_Vars[1] = "address" => $address
It's neat that the variables ARE set... but in this
case I don't know their names...
Bram
-- ............................................................ G U T S digital communications postbus 1830 1200 bv hilversum telefoon 035-7720766 fax 084-2121526 internet www.guts.nl e-mail info <email protected> ____________________________________________________________ webmarketing webdesign webprogramming webcommunication -------------------------------------------------------------- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Stig Sæther Bakken: "Re: [PHP-DEV] Array of setted vars by PHP"
- Previous message: zager <email protected>: "[PHP-DEV] Bug #1312: eval() crashs after 4094 steps"
- Next in thread: Stig Sæther Bakken: "Re: [PHP-DEV] Array of setted vars by PHP"
- Reply: Stig Sæther Bakken: "Re: [PHP-DEV] Array of setted vars by PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

