PHP ver gevorderde |
|
bedankt voor je hulp, maar ik heb net dit gevonden op het internet:
the move function doesn't exist in PHP ! no problem moving a file from a folder to a new one the most simple task you could imagine in PHP
instead you use the rename function. That means rename can be used not only for renaming a file but also to move it to a new location. Of course you have to make you the rights to write on the new location.
dus ik ga gebruik maken van rename functie, omdat ik de bestanden wil verplaatsen, zodat ze verwijderd zijn uit de ene map en in de andere map worden geplaatst.
|