GET & Command - Incorrect
问题 I'm trying to make the command but I get an error.. URL Link: http://www.site.com/page?Channel=EM Datas.php $EM_URL = "http://site.com/live/em...." PageView.php <? echo '$ ?><?php print $_GET['Channel']; print "_URL"; ?><?php '; ?> Screen: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' Where the error am I doing? 回答1: I guess, what You're trying to do - to get part of the variables name from the URL ( $_GET[] ). In this case You should do something like this: <?php $var