Re: [PHP-DB] Storing Images #2

2010-02-05 Thread Richard Quadling
On 5 February 2010 09:08, elk dolk wrote: >> -- >> > I have my photos in /public_html/img/gid directory and >> with this path: >> > > getImage.php the server displays the photos. >> > >> > Now if I put my photos outside of the public_html lik

Re: [PHP-DB] Storing Images #2

2010-02-05 Thread elk dolk
> -- > > I have my photos in /public_html/img/gid directory and > with this path: > > getImage.php the server displays the photos. > > > > Now if I put my photos outside of the public_html like > this: > > /hidden_images/img/gid > > > > wh