so I should simply replace

PHP Code: 
$string "your text"
by

PHP Code: 
$text $_GET["t"]; 


Thanks Whoo