Jump to content

New to mySQL; Not playing nicely with fieldsets and arrays


jerryisgood

Recommended Posts

Greetings. I received a ton of help over in the PHP boards my I am not running into some problems with mySQL.

 

Issue 1:

Any input within a field set is not writing to my table. Inside of my form I have two areas where this occurs:

<fieldset id="tfa_Providers1" class="">

    <fieldset id="tfa_0583059728034" class="repeat">

First Name<input type="text" id="tfa_FirstName1" name="tfa_FirstName1" value="" size="30" class=""><br>

.........

<span class="duplicateSpan"><a id="tfa_0583059728034-wfDL" class="duplicateLink" href="#">Next Provider</a></span><br><br>

</fieldset>

 

How can I store the data input here into the same table with the rest of the post data from my form??

 

 

2.

Any selections made in a drop down menu, whether it be multiple selections or just one, won't appear in my table

<select id="tfa_ProviderTypesc" multiple name="tfa_ProviderTypesc[]" class="required">

      <option value="">Please select...</option>

      <option value="tfa_mapid29291940768" class="">Adolescent Medicine</option>

      <option value="tfa_mapid29291945486" class="">Allergy</option>

      <option value="tfa_mapid29291941038" class="">Anesthesiology</option>

....................

 

In my table it simply says "array"

 

 

 

Any help would be greatly appreciated  :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.