06-09-2009, 04:39 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Nov 2008
Location: Norway
Posts: 58
Thanks: 20
|
Just a quick question before I start working on it. What is the point of this?
PHP Code:
$dir = $_GET['dir']; $directory = $dir;
$diri = $directory;
Will not $diri contain the same as $_GET['dir']?
|
|
|