someoneneedshelps
Technical User
Im search some html for the £4.50 out of this...
using this code
strangest result back is £17.33 why???
Code:
<span id="fshippingCost" class="notranslate sh-cst "><span>£4.50</span>
using this code
Code:
foreach($html->find('span[id=fshippingCost]') as $shippingcost)
{
$arrayresults[] = $shippingcost->plaintext;
$shippingcoststr = $shippingcost->plaintext;
}
strangest result back is £17.33 why???