Skip to content

Instantly share code, notes, and snippets.

@ibrahim-kardi
Created August 24, 2022 09:56
Show Gist options
  • Save ibrahim-kardi/244added9f68ba97a9e2e328ee37c89f to your computer and use it in GitHub Desktop.
Save ibrahim-kardi/244added9f68ba97a9e2e328ee37c89f to your computer and use it in GitHub Desktop.
<?php
include("simple_html_dom.php");
$html = file_get_html('https://www.laundrycare.biz/locations/');
echo $html ->find('.container .location-state-list-container',0)->innertext;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment