> Thanks!! I'll give that a try! > > On Thu, 6 Mar 2003, 1LT John W. Holmes wrote: > > > > Well, I have a statement that says: > > > > > > if ([EMAIL PROTECTED]($photo, $long_path . "speakers/" . $photo_name)) { > > > echo an error > > > }else{ > > > proceed with renaming the file > > > } > > > > > > The error that is echoed after the copy is the one that pops > up. So, it > > > could be some other problem, but I'm not sure what to look for. > > > > Take out the @ sign so you can see what the PHP error message is. > > > > ---John Holmes...
Try using move_uploaded_file() as well... Rich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php