I am trying to build a dynamic form, and I am using the code below to let
the user ,name the fields that are generated,but i want to give the user the
option of changing the field size but I cant get it to work.
TIA
george
for ($i=0; $i < $fields; $i++)
{ $fieldName = "field$i";
echo "<tr><td><input type=text name=\"$fieldName\"
value=\"${$fieldName}\">\n";
}
echo "<input type=hidden name=\"fields\"
value=\"$fields\">\n</td></tr>";
--
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]
- Re: [PHP] passing variables george
- [PHP] Converting String to Vari... Randy Johnson
- Re: [PHP] Converting String... Ernest E Vogelsinger
- RE: [PHP] Converting String... Randy Johnson
- RE: [PHP] Converting String... John Meyer
- [PHP] Page not found error Randy Johnson
- Re: [PHP] Page not found er... Lewis Bergman
- Re: [PHP] Converting String... Chris Adams
- Re: [PHP] passing variables Terry Romine
- Re: [PHP] passing variables Michael Hall
- RE: [PHP] passing variables george
- RE: [PHP] passing variables Hoover, Josh
- [PHP] passing variables Adam
- RE: [PHP] passing variables PHPBeginner.com
- [PHP] Passing variables Tarrant Costelloe
- Re: [PHP] Passing variables Mirek Novak
- Re: [PHP] Passing variables Peter Dudley
- [PHP] Passing Variables Steve Osborne
- Re: [PHP] Passing Variables jimtronic
- Re: [PHP] Passing Variables-SOLVED Steve Osborne
- [PHP] Passing Variables Artie Ball

