Go Back   Novahq.net Forum > phphq.Net > phphq.Net Forums
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-12-2005, 04:12 PM
HELP ME
Unregistered

Posts: n/a

Creating a folder

how do i create a folder on my ftp using php i know you have to use
mkdir() but i dunno what the script would be :?

please help me
Reply With Quote
  #2  
Old 08-21-2005, 12:25 AM
Jacko
Unregistered

Posts: n/a

mkdir(path, mode);

ex.

PHP Code:
<?
$path 
"/newfolder";
$mode 0777;
mkdir($path$mode);
?>

or

<?
mkdir
("/newfolder"0777);
?>
http://www.php.net/manual/en/function.mkdir.php
Reply With Quote
  #3  
Old 09-21-2005, 07:23 PM
PHP-Largo
Unregistered

Posts: n/a

close,

but for variables you need a $
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
i notice in the game folder there is a update folder in it? Hellfighter Delta Force 4 08-29-2008 11:43 PM
Creating Squad website claymore_hoot Web design and Programming 11 12-08-2006 02:59 AM
map creating for JO: E Rock_Rat Joint Operations 2 02-09-2006 11:22 PM
Creating Missions Norman Delta Force 7 01-21-2004 11:16 AM
CREATING SERVERS?!?!?!?! NewCLEAR General Chat 73 08-17-2003 09:58 AM


All times are GMT -5. The time now is 09:47 PM.




Powered by vBulletin®