"; $end_text = ""; $source = file_get_contents('https://www.serverfree.com.au/billing/cart.php?gid=1'); $start_pos = strpos($source, $start_text); $end_pos = strpos($source, $end_text, $start_pos); $found_text = substr($source, $start_pos, $end_pos-$start_pos); $found_text = str_replace("/cart", "https://www.serverfree.com.au/billing/cart", $found_text); echo $found_text; ?>

ServerFree login form