Relative Content

Tag Archive for phpmysqlweb

Need to change command in PHP correctly

I am trying to remove information about days and time for UPS Shipping, which I have for our online shop.
this is command which need to be changed to get read from information about days and time.
$shipcostarray[] = array( “method” => “ups_ap”, “name” => translate( “UPS Access Point” ) . $ups_ap_info, “cost” => $ups_ap_price, “days” => $rate[‘GUARANTEED_DAYS’], “time” => $rate[‘GUARANTEED_TIME’] );