Can someone help me understand why this is returning false?
if ((move_uploaded_file($_FILES[$field][\'tmp_name\'], $path))) {
As in, potent
Don't use
$path = "http://www.barbadostravelbuddy.co.uk/demo/images/carhire /accountile10420103260403000000pm.png"
but
$path = "/home/sites/barbadostravelbuddy.co.uk/public_html/demo/images/carhire/ accountile10420103260403000000pm.png"
It needs to be a path on the system, not an URL.