mkdir from flash w php
mkdir from flash w php
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- cereals0
couple of things first, what are you ftp'ing to? Linux - windows ?
Have you double checked you can have @ and . in a file name?
and whats the point of this ftp_close($conn_id); // close connection ??
as you are returning a value via the function before ftp_close is called
it should be (if anything)
ftp_close($conn_id); return $newDir;