Run Time HTMLTextField Generation In Php Problem?

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
zer0_c0d3r
Forum Newbie
Posts: 1
Joined: Fri Dec 16, 2011 1:09 pm

Run Time HTMLTextField Generation In Php Problem?

Post by zer0_c0d3r »

Run Time HTMLTextField Generation In Php Problem?
Hi guys i am facing a problem in my php code and i dont know how to figure out so i search on google and i have started searching for a php forums and i found this community.

The problem is i made three pages in page1 i create a simple form with one text field and add two buttons one name is "add more fields" and one is "submit" when i click on add more fields button a text field is generate by using javascript functions. Let say i create 3 fields and enter names and submit the form by having form action "page2"

In page2 i just simply get all values i entered in fields and print them on screen and also there is a link of "page3" that says edit your information and the session is start. In "page3" i made changes to values and submit them again again. Its all working. But i i also want "add more fields" button in page3 so that i can generate more fields also on page3 and this this the point where i stucked and i didn't figure out how can i do this task to create add more fields button.

Can you guys help me in this regard thanks. I have attached the files pls review it.
Attachments
Attachments_2011_12_11.zip
PHP Code Files
(8.38 KiB) Downloaded 93 times
Post Reply