[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - How to use color picker with array names
Page 1 of 1

How to use color picker with array names

PostPosted: Fri Feb 03, 2006 3:33 pm
by MrFlex
Hi,
how can I use color picker with multiple input types with array names


<input type="text" name="color[]" size="8" id="1"/>
<input type="text" name="color[]" size="8" id="2"/>
<input type="text" name="color[]" size="8" id="3"/>
<input type="text" name="color[]" size="8" id="4"/>
<input type="text" name="color[]" size="8" id="5"/>

etc...

Thanks
Great site

Flex

PostPosted: Fri Feb 03, 2006 4:59 pm
by Batalf

PostPosted: Fri Feb 03, 2006 9:30 pm
by MrFlex