ok i figured it out finally
this is what i have to do:
<a href=\"index.php?page=product&model=".mysql_result($rs, $n, "model")."&cod=".mysql_result($rs, $n, "cod")."&price=".mysql_result($rs, $n, "price")."\">".mysql_result($rs, $n, "model")."
thanks anyway!