User Profile
Collapse
-
Ok I will look into that then... Much appreciated... -
The one I found which is very close to what I need is this but it uses javascript and it doesn't generate tables:
...Code:<html> <head> <script> function create_input_boxes() { if(document.getElementById("name0")){return true;} var boxes=""; var num_boxes=document.getElementById("num_boxes").value; if(num_boxes)Leave a comment:
-
Hey I appreciate the link...
That one looks like it is pulling info from a database to display it... What I am trying to do is different but it gives me a good idea of what I need to do...
Any and all help is appreciated......Leave a comment:
-
I am still pretty new to PHP and learning... I have some code somewhat similar to this setup now that pulls tables from the database and drops it all into a dynamically generated table... Am assuming this will be similar..
I haven't attempted any code yet as I am still unsure how to begin creating it... I have been looking at some samples of code from other sites but all of them want to mix javascript in with it and I would rather stick...Leave a comment:
-
Auto generate text boxes for submission
I am trying to setup a webpage in PHP to auto generate a table filled with text boxes for a form submission..
Is this possible to do in PHP??
Basically what I need to do is have a main page that asks 2 questions.. Question 1 is how many rows and question 2 is how many columns and when you hit submit it generates the table filled with text boxes that can be filled in with values and added together and then submitted to...
No activity results to display
Show More
Leave a comment: