> 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...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to