Pls any body here, knws of any uploading code, that support sub domain site uploading like wapka? If yes, pls sumbody should help me with the code or direct me how to go about it.
Auto upload code that uploads to sub domain site
Collapse
X
-
Your question is kind of confusing on what you want....
if your on about copying scripts to the subdomain directory then you can use something like:
PHP Code:mkdir ($subDomain);
copy('script.php', './'.$subDomain.'/script.php');
eg:
PHP Code:move_uploaded_file($tempFileName, './SubDomain/'.$newFileName);
-
@somethingelse thanks, @shushant yes, thats what i need, pls how can i get it?
Added after 3 minutes:
Here is demo
Last edited by jonac; 27.11.11, 08:04.
Comment
Comment