Staggan Posted November 5, 2012 Share Posted November 5, 2012 Hello I am looking for some help in trying to generate a dynamic table, where each row is an input field, based on the input from another field.. So, I have an input field called number, which will allow me to enter a number I then want to generate a table with that number of input fields Can someone help? Thanks Quote Link to comment Share on other sites More sharing options...
trq Posted November 5, 2012 Share Posted November 5, 2012 I would think Javascript would be a better solution to this problem. Quote Link to comment Share on other sites More sharing options...
jonny7d Posted November 5, 2012 Share Posted November 5, 2012 You are best of using AJAX, it allows you to implement server side and client side processing. See this link, I think it is roughly what you are attempting to do: http://www.w3schools.com/ajax/ajax_database.asp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.