![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Portal coding question within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; I have this code $uploaddir = dirname(__FILE__) . '/upload/'; $imagedir = dirname(__FILE__) . '/images/'; i want it to go a ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() Psix thieves
|
I have this code
$uploaddir = dirname(__FILE__) . '/upload/'; $imagedir = dirname(__FILE__) . '/images/'; i want it to go a folder up and then into another folder called test i remember this but it gives me errors $uploaddir = dirname(__FILE__) . '../test/upload/'; $imagedir = dirname(__FILE__) . '../test/images/'; how do i have to make it go up 1 directory and then into another. |
|
|
|
![]() |
| Tags |
| coding , portal , question |
| Thread Tools | |
|
|