Question..
URL:
I need to get the name of the establisment and the address of the establishment on that url and store it on an array..
example data:
ABC Net Café
California, USA
something like..
foreach (){
echo name;
echo address;
}
is this possible?
URL:
I need to get the name of the establisment and the address of the establishment on that url and store it on an array..
example data:
ABC Net Café
California, USA
something like..
foreach (){
echo name;
echo address;
}
is this possible?