<?php
mkdir("testing", 0700);
?>
I use this code can create the "testing" folder, but I hope that when I run this code to create folder each time ,it can auto add number at Folder name at first. such as
"1testing, 2testing, 3testing, 4testing.........."
how to do it???