I tried half day on searching on the net already see my code below
<?php
header("Refresh: 2;url=test.php?ID=".$_GET['ID']"&UID=".$_GET['uid']);
echo "<img src='images/loading.gif'/>";
?>
I know the problem is with the quotes within the header code.
Anybody can correct that for me.
If you are that unversed with string syntax, use a simpler one:
(Omitting array key quotes is only allowed in double quoted string context!)