我的 SQL 数据库连接在基于 WEB 的应用程序中使用 PHP

MY SQL Database connectivity using PHP in WEB Based app

我正在开发一个简单的基于 Web 的视频应用程序。我使用 HTML & CSS 设计了一个简单的界面。现在我需要连接以从 MYSQL 中已创建的数据库中获取视频。请指导我如何使用 PHP.

来做到这一点

第二个问题是在访问我的 Web 应用程序(存储在 WWW 文件夹中)时出现以下错误。但是 Apache 工作正常。

Not Found The requested URL /web/index.html was not found on this server. Apache/2.4.7 (Ubuntu) Server at localhost Port 80

P.S:我正在使用 Ubuntu 14.04 LTS LAMP 安装。

流量

  1. Fetch the results from your database
  2. Include the result in your html

还有很多教程和入门指南。