Jump to content

Add dymaic rows and add them to mysql


krishnaeecs

Recommended Posts

Dear All,

I am designing a site, which needs to add rows dynamically, each row contains different type of fields (text boxes, dropdowns, etc). how to add rows dynamically with AJAX and how to store these dynamic multiple values in mysql  & retrieval process?

 

Thanks in advance

 

Regards

Krishna. P

Link to comment
Share on other sites

Krishna. P,

  We really need more description of this application.  Ajax is no big deal -- grab a copy of jquery and you should be able to have an ajax post running in no time with the literally hundreds of tutorials you can find with a quick google or youtube search.

 

Without knowing what the application is, and how the data will be used, it's hard to say.  For example, one solution is to accept the post data, serialize it in some format your application undertands, and store it in the database in a text column.  This would be easy to get the data in and out, but if you plan to query on individual data elements would not be a good solution.

Link to comment
Share on other sites

I browsed your design doc, but it's pretty involved.  In order for me to help you out, I really need to have you boil your question down to just the part that you need help with -- so in as concise a manner possible, could you extract the part of the requirments that involve the design of storage for these meta columns.

Link to comment
Share on other sites

Hi,

 

i was working on a similar problem before some time and stuck in the problem with Opera browser which had difficulties with newly added rows. It wasn't sending to the server after send.

 

However, you can use a simple JS which adds to the page the new <input /><div id="newTag"></div>. You need an activator button or event which is adding this tag each time you press it instead of the newTag div. Good luck with solving your project.

 

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.