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? Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.