0

我收到此错误消息。

怎么会发生?有没有人来解决?

解析错误:语法错误,第 1 行 /home/***/researcherdergi.com/test.php 中的意外 '$name' (T_VARIABLE)

这些是我们的代码。

<html>
<head>

</head>

<body>
<?php
$name="emre";
$surname="gunduz";


echo $name." ".$surname;?>


</body>
</html>
4

0 回答 0