$_GET and URL Rewriting for PHP

后端 未结 7 2128
旧时难觅i
旧时难觅i 2020-12-13 22:09

How does URL rewriting affect the $_GET parameter for PHP?

Say I have a URL like http://example.com/index.php?p=contact and I use $_G

7条回答
  •  隐瞒了意图╮
    2020-12-13 22:31

    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...

提交回复
热议问题