Вот есть страница с кодом.
<html>
<head>
<title>domain.com</title>
</head>
<frameset framespacing='0' border='false' frameborder='0' rows='0,100%'>
<frame name='top'>
<frame name='body' src='http://domain.com?PID=239199&q=$parametr'>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
К примеру страничка находится по адресу
http://testdomain.com
Как GET запросом передать данные в переменную $parametr ?