Forum Moderators: coopster
Is this possible? How? (I really only need help opening their webpage, from there I could write the script.)
$htmlarray = file($file);
$htmlstring = implode('', $htmlarray);
So, in the array I'm looking for all values that have .jpg in them so I can print them, and only them, as pictures. Is there any way to do a preg search for the values in an array, so that every value in the array with .jpg in it is printed?
The hardest part of being a beginner is not knowing the limitations of PHP: Is there a function for this? Can PHP do that? Ugh...