dtrj21373 2018-08-07 16:19
浏览 44

获取解析错误,PHP代码中的语法错误[重复]

I am getting this message

Parse error: syntax error, unexpected '$username' (T_VARIABLE) in C:\wamp64\www\tutorialegister_parse.php on line 9

when trying my own register for forum. I can figure out what ive done wrong. here is the code:

<?php 
include("connect.php");

$username = $_POST["username"];
$password = $_POST["password"];

$sql = "INSERT INTO forum.users(username,password)
VALUES("$username","$password"); ";
$res = mysql_query($sql);

if($res){
echo "Successfully registered as: ".$username;

}
else{
echo "failed to register, please try again </br>";
echo "ERROR: ".mysql_error();
}

?>
</div>
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 keil的map文件中Image component sizes各项意思
    • ¥15 BC260Y用MQTT向阿里云发布主题消息一直错误
    • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
    • ¥15 划分vlan后,链路不通了?
    • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
    • ¥15 Vue3 大型图片数据拖动排序
    • ¥15 Centos / PETGEM
    • ¥15 划分vlan后不通了
    • ¥20 用雷电模拟器安装百达屋apk一直闪退
    • ¥15 算能科技20240506咨询(拒绝大模型回答)