Is it possible to create directory in www.freehyperspace2.com.
<html>
<head></head>
<body>
<?php
$i=190;
$uploaddir = "resumebasket/".$i;
mkdir($uploaddir,0777);
print "created";
?>
</body>
</html>
In this code i'm getting output created.but the directory was not in the site.This access is available in this site.