【发布时间】:2013-07-13 11:39:42
【问题描述】:
我有自己的小 MVC 框架。 它有自己的 .htaccess 文件,可将 URL 重定向到
index.php?Load=$1
所以每次我尝试运行查询字符串例如:
http:\\localhost\contact\func?id=56032&post=2
只需http:\\localhost\contact\func
如何通过 $_GET 变量获取查询字符串 (id,Post) ?
【问题讨论】:
标签: php .htaccess mod-rewrite query-string