home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.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.