// FIRST TABLE
$date = $html->find('table',3);
$date = str_replace("Date","",$date->plaintext);
$first_table['date'] = $date;
$well_no_and_charge = $html->find('table',4);
$first_table['well_no_and_charge'] = $well_no_and_charge->plaintext;
$Wellbores = $html->find('table',5);
$first_table['Wellbores'] = str_replace("Wellbores","",$Wellbores->plaintext);
$rig = $html->find('table',6);
$first_table['rig'] = str_replace("Rig","",$rig->plaintext);
$Foreman_Engineer_Superintendent = $html->find('table',7);
$first_table['Foreman_Engineer_Superintendent'] = $Foreman_Engineer_Superintendent->plaintext;
$THURAYA_RIG_FORMAN_VSAT_etc = $html->find('table',8);
//return $THURAYA_RIG_FORMAN_VSAT_etc;
$first_table['THURAYA_RIG_FORMAN_VSAT_etc'] = $THURAYA_RIG_FORMAN_VSAT_etc->plaintext;