I've been using apachefriends on my computer to work on a PHP script using a mySQL database to store the content etc for my website. All ran fine until I uploaded it to my webspace. One of my scripts isn't working and failing on:
with error:
Since I'm still fairly new to php I've ran out of ideas. I've tried moving it rather than copying it but it still failed.
Is this to do with my PHP setup on my webspace ? Or has anyone else got any other ideas on how to solve this ?
Cheers
Keiran
<?php
copy($photos_uploaded['tmp_name'][$counter], $images_dir."/".$filename);
?>
Since I'm still fairly new to php I've ran out of ideas. I've tried moving it rather than copying it but it still failed.
Is this to do with my PHP setup on my webspace ? Or has anyone else got any other ideas on how to solve this ?
Cheers
Keiran