drjun1994 2013-07-25 11:35
浏览 65
已采纳

PHP连接MySQL时出现T_STRING错误[关闭]

Code looks fine, but it throws up an error:

"Parse error: syntax error, unexpected T_STRING in /home/u924861036/public_html/press.php on line 7"

<?php
$ip = $_SERVER['REMOTE_ADDR'];
$type = $_POST['type'];
$data = $_POST['data'];

mysql_connect(“localhost”, “user_name”, “pass”) or
die(“Could not connect: ” . mysql_error());
mysql_select_db(“db_name”);

The second last line is line 7, but even if i delete it, the error is same, so there is some error in line 8 also.

  • 写回答

5条回答 默认 最新

  • doumengxue7371 2013-07-25 11:37
    关注

    Your double quotes look weird.

    Try this:

    <?php
    $ip = $_SERVER['REMOTE_ADDR'];
    $type = $_POST['type'];
    $data = $_POST['data'];
    
    mysql_connect("localhost", "user_name", "pass") or
    die("Could not connect: " . mysql_error());
    mysql_select_db("db_name");
    

    And please use mysqli or PDO instead of mysql_* functions.

    Why shouldn't I use mysql_* functions in PHP?

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
  • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
  • ¥15 可见光定位matlab仿真
  • ¥15 arduino 四自由度机械臂
  • ¥15 wordpress 产品图片 GIF 没法显示