Dear friend
I have problem while try to parse variable from site address to my php code.
ex : in site address http://localhost/index.php?value=yellow
and in my php code
if($value=="yellow)echo "bla bla bla";
but it's still cannot running, i mean my windows still blank, so what event with this ?