Mam mały problemik

Zaczynając... chce wywołać sobie daną treść z danego rekordu w bazie po GET i okej to zrobiłem działa... ale jak wstawię kod w
function ofertapakietowastr() { }
czyli wygląda to tak
function ofertapakietowastr() { $id = $_GET["id"]; $id = $rekord['id']; $post_content = $rekord['introtext']; ; } }
to nie mogę wywołać po http... index.php?go=ofertapakietowastr?id=10
może jakaś podpowiedź ?