Article:
 |
|
Creating MyTube with Flex and PHP
|
| Subject: |
|
Need Help |
| Date: |
|
2008-05-19 13:42:40 |
| From: |
|
jmsbndnblck112
|
|
|
|
can i please have help with this error message
Warning: unlink(moviez\Video1.flv) [function.unlink]: No such file or directory in /Users/oladoke/Sites/upload.php on line 10
Warning: unlink(moviez\Video1.gif) [function.unlink]: No such file or directory in /Users/oladoke/Sites/upload.php on line 16
DB Error: not found
i have installed the DB and PEAR. i have also checked permissions
does anybody also know any flex,php and mysql Pros who build website for a fee?
|
Showing messages 1 through 1 of 1.
-
Need Help
2008-05-22 00:52:25
mani8php
[View]
1.unlink error
You check by using the file exist function...ie..like given below on both places ok..
if(file_exists($out))
{
unlink( $out );
}
2.Neglet the pear connection and use php db connection..