I like to learn how to download a image from a website and save it in a newfolder I create.
Please only give the functions, I like to try it alone 🙂
Thank you
fopen
what is this error
why would you want a writeable connection to download an image?
Thanks I finally wrote the code 🙂
I used: file_get_contents() mkdir() fopen() fwrite() fclose()
fopen() fwrite() fclose()
could be replaced by [man]file_put_contents/man.