php steamauthentication赢了工作

时间:2017-06-10 14:25:43

标签: php steam-web-api

<?php

    require 'steamauth/steamauth.php';
    require 'steamauth/userInfo.php';

    if(isset($_SESSION['steamid']))
        /*this gives a error*/
    (
          $id = $_SESSION['steamid'];
    )
        /*this gives a error*/
?>
<html>
<head>
    <title>Test</title>
</head>
<body>
</body>
</html>

所以我是新来的,我想知道为什么这会造成错误 我正在建立一个基于蒸汽的网站,这是登录

(
   $id = $_SESSION['steamid'];
)

1 个答案:

答案 0 :(得分:1)

用花括号制作块。 Example

<p>