how to check directory exists on website verify folder is there in PHP
RegisterLogin
how to check directory exists on website verify folder is there in PHP
Post Description: how to check directory exists on website verify folder is there in PHP
Tags: how, to, check, directory, exists, on, website, verify, folder, is, there, in, PHP
This Post Was Posted On Feb 29, 2008 By php tutorial #1323
Post Description: how to check directory exists on website verify folder is there in PHP
Tags: how, to, check, directory, exists, on, website, verify, folder, is, there, in, PHP
This Post Was Posted On Feb 29, 2008 By php tutorial #1323
how to check directory exists on website verify folder is there in PHP by php tutorial
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hostman
#1748 1
you can use the is_dir() function in php
lets say you want to check if the intsall/ directory still exists, you can write this php code:
lets say you want to check if the intsall/ directory still exists, you can write this php code:
<?
if (is_dir('install/')) {
$InstallError = "Your Install Directory Still Exists, Please Remove Immediately";
}
?>
if (is_dir('install/')) {
$InstallError = "Your Install Directory Still Exists, Please Remove Immediately";
}
?>
Mar 01, 2008 Reply Report abuse
©2011 Webune Forums - Mon Dec 19, 2011 7:32 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3