Jump to content

[SOLVED] Is this the right way of going about it


madspof

Recommended Posts

i have writting this bit of code but it does'nt seem to work correctly could some one give me some hints on what is going wrong

madspof thnks

$dir = "/madspof";
if (is_dir('$dir')) {
   echo "Found that directory <BR>";
}{
echo "Did not find that directory <BR>";
}
echo "$dir";

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.