Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chrvi
  • Order by date
  1. chrvi

    Problem with opendir($dir) function

    Jeff: "test2" and "./test2" worked equally for me.
  2. chrvi

    Problem with opendir($dir) function

    Thanx for your advices very much. I still don't understand it but it works. Do you always use the full path while working with subdirs or do you always call a is_dir($dir.'/'.$file)? Here's a new code for Script1.php with some "question-comments". $dir = 'test2'; $handle=opendir($dir); if...
  3. chrvi

    Problem with opendir($dir) function

    Hello, I've got a problem with opendir($dir) function. When I use opendir(".") everything is OK but when I call opendir($dir), program works strange - is_dir() and is_file() return wrong results then. For example (both scripts are written bellow): I have a directory "test1" with "Script1.php"...

Part and Inventory Search

Back
Top