monkeybidz Posted November 6, 2007 Share Posted November 6, 2007 Does this code look OK? copy('../' .$post_details['ad_image'][0], '../images/mylogo.gif'); I keep getting this error: Warning: copy(../images/mylogo.gif) [function.copy]: failed to open stream: Permission denied in /home/mysite/public_html/home/admin/site_setup.php on line 92 The code above is what I have on line 92. Could this be due to file CHMOD settings on file or is the code no good? Link to comment https://forums.phpfreaks.com/topic/76137-need-to-check-this-code/ Share on other sites More sharing options...
trq Posted November 6, 2007 Share Posted November 6, 2007 What does.... <?php echo '../' .$post_details['ad_image'][0]; ?> produce? Link to comment https://forums.phpfreaks.com/topic/76137-need-to-check-this-code/#findComment-385341 Share on other sites More sharing options...
monkeybidz Posted November 6, 2007 Author Share Posted November 6, 2007 $post_details is to replace image in mylogo.gif. Link to comment https://forums.phpfreaks.com/topic/76137-need-to-check-this-code/#findComment-385351 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.