Php form

am dev a form am not good with php or dont have a clue in it, so i need all the help that i can get, what i want 2 do is to hv a form
form:
the user input 3 things:

text1:USER
text2:NAME
text3:PASS
when the user press submit

this what should happend.
1- editing a file and adding “text1;text2” in a new line.(the file hv a .urs extnsion)
2-make a new folder with text1 as title.
3.make a new file with text3 inside it with an “.pm” as extnsion.

hop some1 can help me
thanx

People here are willing to help those willing to learn.

Have you created a simple html form yet that captures that simple data?

If so, post the code here (leave out all your js, css, or gasp font tags etc).

Is this for a user management system?

thanx for replaying
no i didnt try to start it with html,

yes it is thanx for replaying

A html form might be a good place to start then.

Here’s a start of your simple form:


<html>
<body>
<form>
</form>
</body>
</html>

Fill this out to create the form fields you want to save, eg “name” and so on.