ONLINE STORE

Back to Online Store

Shipping Information

socket = fsockopen("www.ups.com", 80); fputs($this->socket, $request); strtok(fread ($this->socket, 4096), "%"); for ($i = 0; $i < 12 ;$i++) $price = strtok("%"); fclose($this->socket); return($price); } //print("||". getUPSprice(1,57701,57703,1,13.0) ."||"); ?>