Created
August 24, 2022 09:56
-
-
Save ibrahim-kardi/244added9f68ba97a9e2e328ee37c89f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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