i have downloaded this script , a photo gallery which creates albums, uploads photos, deletes them, i nedd to insert the path of the folder according to this instructions :
$script_url=$_SERVER['PHP_SELF']; //Change this if you want to use this as an include file.
$files_path="./album/"; // Where does the album start? Anything under the directory the script will read. With Trailing slash
$full_server="http://localhost:8080/phAlbum/album"; //Enter the full server path to where the albums start. //With Trailing Slash
Can you explain it to me, i want to be sure, eventhough there are comments that explain, is it ok this way? Because when i execute i get some erros 403 Forbidden and the whole code is shown as text in browser window, are they related to the above?