Forum Moderators: coopster
What Im stuck on is... how would I have it so that I can call on the file name and have the image display?
I read somewhere to write a config.php file so that I can direct it to the right directory/location?
so for example...
$imagelocation = "/filedirectory"/
and then I can call the file name through mysql queries?
Can someone clarify or adjust this to operate the best way?
thank you!
$image = '/path/to/images' . $filename;
Is that what you are talking about? Not quite sure.