On Thursday 24 January 2002 09:15, Thorsten Wandersmann wrote:
> Sorry for bothering you, but I really didn't find answeres on dejanews and
> in the tutorial, or better, I did not see them.
>
> I need the following variables:
>
> $width1
> $width2
> $width3
> .
> .
> .
> $widthn
>
>
> Because it is not shure, how many they are, I need to construct them.
> And because I need them in a <form> as "name" I could not use arrays (or
> did I miss something here???).

Yes, you're missing something :) You can use arrays in forms, just use names 
like "width[0]", "width[1]" etc.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Goto, n.:
        A programming tool that exists to allow structured programmers
        to complain about unstructured programmers.
                -- Ray Simard
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to