I'm trying to get certain images from a url. Can I use curl for this? Or what can I actually use to get images from a certain url? I'm barely learning php so I'm not sure.
and by get images, you mean? you could scrape the page and get the relevant paths to the images and if you want copy them to a folder or something on your server and then shove them in a zip for download. i havent used the zip funcitions in php but it would come in handy for something like this i would imagine. this is of course if your intentions are downloading all of the images to your computer or server.