PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
URL's only use forward slashes. Is coverart_images a folder in the root of your website? The somewhat simple way to figure that out is to check if $_SERVER['DOCUMENT_ROOT'] is the parent structure for it.
Im pretty sure the folder is in the root folder of the website because at the moment im testing everything locally using Xamp. The coverarts folder is in the htdocs directory along with all the website pages. How would i check for $_SERVER['DOCUMENT_ROOT']?
using var_dump ($_SERVER) the doc root seems correct. Anyway, the forward slashes solved the problem, so this isnt really an issue anymore, thx for the tips though.