Are you using array vars in your HTML form?

eg:

<input type="text" name="form[first_name]">

etc etc



Timothy Hitchens (HiTCHO)
[EMAIL PROTECTED]


If you need PHP hosting with an experienced
support team 24/7 then email me today.

On 14 Nov 2002, Mike MacDonald wrote:

> Hi People!
> Can anyone help with this:
>
>
>    Want to pick up variables passed from form in
>    PHP page and pass to distant site. Can use
>    long get, but would like to access ALL variables
>    in the PHP page and pass them forward, without
>    coding each individual one if possible
>
>
>                           Port 80           Port 3000
>
>    +-WebForm-----+     +-PHP Page----+    +-DistantSite-+
>    |             |     |             |    |             |
>    |             |     |             |    |             |
>    |Form Variables------->           |    |             |
>    |             |     |             |    |             |
>    |             |     |  readfile() --------->         |
>    |             |     |             |  ^ |             |
>    |             |     |             |  | |             |
>    |             |     |             |  | |             |
>    |             |     |             |  | |             |
>    |          +---     |          +---  | |          +---
>    |          | /      |          | /   | |          | /
>    |          |/       |          |/    | |          |/
>    +-----------        +-----------     | +-----------
>                                         |
>                                         |
>                                   ------------
>
>                                Need to on forward all
>                                variables passed from
>                                form
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to