heres a link to it.. east68street.com/Episode_Guide/Episodes/41.php i want to know if i can list just the pictures (somehow) of each of the episodes on one page...
Remotely? If so, you need to make a scraper. You can use file_get_contents() or cURL (lookup in PHP manual) to get the HTML and use regex to get the image sources. The regex should not be too hard as all the images are in a unique container, "javascriptopUp('../pictures/***.jpg')"