dimanche 30 juillet 2017

Creating a folder when user clicks on button on web page

I want to create folder when a user enters a text and click on a button. The questions are:

1- Should I use php, html or javascript? I don't know if all of them are capable of that or not. If yes, what is the difference and which one is easier to use?

2- I want to append a predefined path prior to the user's text.

3- Obviously, windows differs from linux. So I need both for test.

The HTML code simply looks like

<body>
  <input type="text" id="pname" name="pname" placeholder="Enter the name">
  <input type="button" class="button" value="Next">
</body>

I also have defined some css codes in .




Aucun commentaire:

Enregistrer un commentaire