View Single Post
  #6 (permalink)  
Old 10-07-09, 12:31 PM
sac0o01 sac0o01 is offline
Newbie Coder
 
Join Date: Jul 2009
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
Ok... I dropped the two files into the same folder as the images and set the path to: './'

The view function works great but when I hist the button to delete I get this error:

Code:
Warning: unlink($PathFile) [function.unlink]: No such file or directory in /home2/freefor3/public_html/bannerv2/images_saved/delete.php on line 7

Warning: Cannot modify header information - headers already sent by (output started at /home2/freefor3/public_html/bannerv2/images_saved/delete.php:1) in /home2/freefor3/public_html/bannerv2/images_saved/delete.php on line 9
Thanks for all the help, I really appreciate it!
Reply With Quote