How to append Row dynamically with values in it using ajax

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ullasvk
Forum Newbie
Posts: 21
Joined: Fri Feb 13, 2009 11:55 pm

How to append Row dynamically with values in it using ajax

Post by ullasvk »

Hello Friends,
Almost i have written code for adding a row which contain many "<select>" menu which takes value from database. But the problem is, every time i click add row it adds a row but changes the values that i have changed previously in "<select>" menu to default values i.e it erases the values i have entered and add a new row with default values. What i want is to append a row with keeping the changed values as it is
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: How to append Row dynamically with values in it using ajax

Post by califdon »

You won't get an answer without showing us the code that you have written. When you post it here, please use the [syntax=php]and[/syntax] tags around your code so it will be easier to read.
Post Reply