not
PHP Code: 
 $text $_GET['t']; 
But instead (going by your code)
PHP Code: 
$string $_GET['t']; 
OR you could (it's the same. but hey.. does not make a huge difference)
PHP Code: 
$text $_GET['t'];
$string $text