[SOLVED] array insert
Posted: Sat Jun 19, 2004 12:34 am
how do i insert a array into my mysql together with 20 other input fields.
array to be inserted into field adres, ofcourse with alot of other fields
array to be inserted into field adres, ofcourse with alot of other fields
Code: Select all
<td class="row1"><span class="gen">DireccĂon:</span></td><td class="row2"><input type="text" class="post"style="width: 200px" name="adres[]" size="25" maxlength="100" value="Kennedy" /><input type="text" class="post"style="width: 40px" name="adres[]" size="25" maxlength="6" value="Etapa" /><input type="text" class="post"style="width: 60px" name="adres[]" size="25" maxlength="100" value="Manzana" /><input type="text" class="post"style="width: 20px" name="adres[]" size="25" maxlength="100" value="1" /><input type="text" class="post"style="width: 120px" name="adres[]" size="25" maxlength="100" value="Guayaquil" /></td>