Purely basic folder creation
<= this, actually creates a folder called "testing".
- mkdir () function on PHP.net
Basic file creation
Use the a or a+ switch to add/append to file.
- fwrite() function on PHP.net
EDIT:
This version will create a file and folder at the same time and show it on screen after.