I'm attempting to write a script that will show images, but also do some database work. If i omit the 'require_once' to connect to the database it works fine, but when I have that in there it gives me an error. How can I connect to the database and still have the images show?
Thanks for your...