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  :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.