06-09-2009, 05:44 PM
|
#3 (permalink)
|
|
The Acquainted
Join Date: May 2008
Location: Québec
Posts: 103
Thanks: 10
|
PHP Code:
$dir = $_GET['dir']; // receive directory by url "ACDC/Photos/" $directory = $dir; // I took of the part that edit the directory for later use $diri = $directory; // I took of the part that edit the directory for later use
__________________
That's why we are not alone on earth... let's build !
Last edited by Peuplarchie : 06-09-2009 at 06:22 PM.
|
|
|
|