12-10-2007, 04:43 AM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 22
Thanks: 0
|
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?
|
|
|
|