以正确的方式输入php ....获取php

时间:2014-02-23 20:17:55

标签: php

您好我想知道我是否正在使用这个PHP。我几乎100%是正确的,应该工作。这是代码:

if($url == '/user/view.html.php?user_id='. $_GET['user_id'].') { 

我想知道$ _GET部分是否正确。 PHP上面是否正确?

1 个答案:

答案 0 :(得分:2)

你不需要第二次打勾。在你的$_GET语句之后你已经完成了连接。

if($url == '/user/view.html.php?user_id='. $_GET['user_id']) {