How does URL rewriting affect the $_GET parameter for PHP?
$_GET
Say I have a URL like http://example.com/index.php?p=contact and I use $_G
http://example.com/index.php?p=contact
$_G
Isn't it the case that modifying the headers after having rendered parts of the page can cause screw ups in php pages? How are you rewriting the URL? Maybe I misunderstand...