Dalziel
05-01-2003, 04:07 PM
Is there a way with PHP to check if a directory exists and if not create it?
|
||||
If Directory ExistDalziel 05-01-2003, 04:07 PM Is there a way with PHP to check if a directory exists and if not create it? Ökii 05-01-2003, 04:52 PM if(!is_dir($ref)) { mkdir($ref,0777);} |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum