hi i need help i am putting together a digital download site selling images and i need help understanding the following script
basically need help what should i replace.
readfile(SITE_ROOT.'/download/'.$itemDownload[$prodictId]['location']); what is fussy is the part site_root how should that be changed and the part where says "location"
thank you for anyones help.
need help what to put in this string
Moderator: General Moderators
Re: need help what to put in this string
Hi Dan,
The SITE_ROOT may be a global variable.
The "location" is part of the $itemDownload matrix.
Try searching were the $itemDownload is declared through the code.
Cheers.
The SITE_ROOT may be a global variable.
The "location" is part of the $itemDownload matrix.
Try searching were the $itemDownload is declared through the code.
Cheers.