Hi, I have the following code in "index.php":-
<frame src="http://www.charrington.net/page1.php?tid=<?php
$_GET['id'];?>"
If I call ....../index.php?id=TEST the variable tid is blank.
Anyone got any idea why, or how to get it to work?
Your input will be most appreciated.
Richard