Re: [PHP] Help with the copy command...

2005-12-15 Thread Hristo Yankov
anyone offer any insight on what the problem > might be with this? The > "unlink" function seems to accept the variable > inputs with absolutely no > problem, so I can't understand the discrepancy > between the two. > > Thanks in advance. > >

Re: [PHP] looking for php programmers in mumbai / bombay

2005-12-15 Thread Hristo Yankov
I am from Alaska, can I apply? :D === Hristo Yankov, Developer at Portellus, Inc. ICQ - 191445567 Yahoo! - yankov_hristo __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

Re: [PHP] php file upload permission query

2005-12-15 Thread Hristo Yankov
The remote PHP machine maybe forces the files to change their permission when uploaded. This would be security measure. And I think that if this is the case, you won't be able to change the permissions. === Hristo Yankov, Developer at Portellus, Inc

Re: [PHP] php file upload permission query

2005-12-15 Thread Hristo Yankov
Use chmod() on the uploaded file. === Hristo Yankov, Developer at Portellus, Inc. ICQ - 191445567 Yahoo! - yankov_hristo __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: [PHP] Is flock() necessary on a simple file append?

2004-10-24 Thread Hristo Yankov
append is the same as write (it requires write access for example), so if you are gonna use flock for "w", use it for "a" too. = Join the Dark Forces Of Evil Coders! __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection arou