[PHP-DEV] Array of setted vars by PHP From: Bram Heerink (php-dev <email protected>)
Date: 04/13/99

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>