PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
1) You're probably going to get more help if you actually try it yourself, and ask about particular difficulties you're having, rather than trying to get someone to do it for you.
2) If you do want someone to do it for you, this should be posted in either the 'Volunteer Work' (free) or 'Job Hunt' (pay someone to do it) forum
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
it can be done through a single connection. Although I don't know if you can dynamically write to the files being placed on the server...
As for recursive deleting.. it's fairly simple.. you make a list of all files recursively, unlink() each one, then rmdir() all the folders you passed through grabbing all the files. We've talked multiple times about recursing directory structures..
pickle wrote:1) You're probably going to get more help if you actually try it yourself, and ask about particular difficulties you're having, rather than trying to get someone to do it for you.
2) If you do want someone to do it for you, this should be posted in either the 'Volunteer Work' (free) or 'Job Hunt' (pay someone to do it) forum
Thanks, that was very helpful!! (fyi - sarcasm) Attempts were made and eventually it was successful with minor changes to the end product. Please let me know if you need some help too. I have a mail box full of useless replies if required.
My thanks to the other members for their useful input.