I would like to split the field specific location on this page: http://qwikad.com/?view=post&cityid=269&lang=en&catid=3&subcatid=27&shortcutregion= into two fields. I want keep the same MySQL table for that field but make it possible for visitors to enter 2 separate texts: <input name="area" type="text" size="40" class="input" maxlength="50" value="<?php echo $data['area']; ?>"> Code (markup): Can this be done?