home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / where.php < prev    next >
Encoding:
Text File  |  2004-03-09  |  156 b   |  6 lines

  1. <? 
  2. $curdir = getcwd();
  3. list ($partition, $nonpartition) = split (':', $curdir);
  4. list ($partwampp, $directorwampp) = spliti ('\\\htdocs', $curdir);
  5. ?>
  6.