Jump to content

[SOLVED] Simple Problem


Recommended Posts

Well im making a script to make a Directory in a certain location but it needs to use the POST function to get the name of what the folder will be called i thought i knew how to do it but i dont this is what i tried to use there must be a error in it:

<?php
$foldername = $_POST["foldername"]
mkdir("c:\\xampp\\htdocs\\webhostv5\\websites\\$foldername") ;
?>

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/104013-solved-simple-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.