I need you help please....

first I want to create a page for php.. Inside it, I can add a number in a textfield... Then, textfield for 'name' will be generated based on that number...

for example, i enter number =3; then 3 textfield will generated to fill the name.. and all the 3 name will stored into a table in database called 'names'

here is simple code :

Code:
<html>
<head>
...