Voting

: min(four, one)?
(Example: nine)

The Note You're Voting On

C_Muller
17 years ago
For checking if a certain folder exists try using ftp_nlist() function to get a directory list in array. By using in_array('foldername') you can find out if it is there or not.

<< Back to user notes page

To Top