Forum Moderators: coopster
$imagesdir = dirname(__FILE__).'/images';
This determines the directory to upload an image to. The problem is that it is uploading to the wrong folder. I want to go back a directory and then forward again.
I want to be here from the current directory path:
../p17_image_gallery/images
But I can't find how to go back a directory in PHP.