View Single Post
Old 12-10-2007, 04:43 AM   #3 (permalink)
/\/\ongoose
The Wanderer
 
Join Date: Nov 2007
Posts: 22
Thanks: 0
/\/\ongoose is on a distinguished road
Default

Well I followed that link that you gave me and I did this code:

<html>
<head>
</head>
<body>
<?php
$path = dirname($_SERVER['SCRIPT_FILENAME']);
?>

<h3>Files in <?php print $path; ?></h3>
</body>
</html>

And when it processed the script, all it did was output the directory name, it didnt output any files?
/\/\ongoose is offline  
Reply With Quote