duanjian5059 2016-06-02 16:48
浏览 109
已采纳

Xampp - 在浏览器中无法读取PHP,MySQLi - 与PEAR的致命错误

I don't know what exactly happens because I have a page ready to handle-up a login system but it's only programmed in html and css yet. Why?

Because when I try to program something in php like this to start making the login system works;

Document called Connections

<?php
$con = mysqli_connect("localhost", "root", "84df86a16c3bf8fb94dd3824b9144604", "thunderorbit");
?>

My register document with all the html

<?php
require '/ThunderOrbit/Loginscreen/Connections.php';
?>

all the html (I won't paste it or it will ocupy the whole page xD but it works before I write nothing in PHP or using mySQLi with PHP)

The error log;

Warning: require(/ThunderOrbit/Loginscreen/Connections.php): failed to open stream: No such file or directory in C:\xampp\htdocs\ThunderOrbit\Loginscreen\Loginscreen-Index.php on line 4

Fatal error: require(): Failed opening required '/ThunderOrbit/Loginscreen/Connections.php' (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\ThunderOrbit\Loginscreen\Loginscreen-Index.php on line 4

Attention to (include_path='C:\xampp\php\PEAR') please I don't understand what to do, help!!

  • 写回答

4条回答 默认 最新

  • duannao3819 2016-06-02 23:54
    关注

    Yeah!

    I was so stupid. The solution was here:

    Change

    <?php
    
    require '/ThunderOrbit/Loginscreen/Loginscreen-Connections/Loginscreen-Connections.php';
    
    ?>
    

    To

    <?php
    
    require '/Loginscreen-Connections/Loginscreen-Connections.php';
    
    ?>
    

    Because php isn't the same as html or css, talking of links. I got the solution thinking by five minutes and I started to laugh xD. Thank you guys!

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

报告相同问题?

悬赏问题

  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
  • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?
  • ¥15 乘性高斯噪声在深度学习网络中的应用
  • ¥15 关于docker部署flink集成hadoop的yarn,请教个问题 flink启动yarn-session.sh连不上hadoop,这个整了好几天一直不行,求帮忙看一下怎么解决
  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 C++ 头文件/宏冲突问题解决
  • ¥15 用comsol模拟大气湍流通过底部加热(温度不同)的腔体
  • ¥50 安卓adb backup备份子用户应用数据失败
  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛