|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/php-programming-by-digiflax/
课程评论:没有评论
**课程名称:** PHP编程入门 **课程概述:** 本课程将带您进入PHP(一种流行的服务器端编程语言)的世界。PHP因其简洁性而成为构建小型网站和Web应用程序的理想选择,并拥有庞大的活跃社区。WordPress、Flickr和Wikipedia等知名网站均采用PHP构建,该语言驱动着大约75%的网页。 学习PHP无需任何先导知识,您只需直接开始。PHP的成功得益于其出色的文档,其中详细解释了每个概念,并提供用户补充的示例和细节。PHP也是一种非常简单易学的脚本语言。 为了更有效地使用PHP,课程建议您后续学习以下语言,并推荐学习顺序: * **HTML:** PHP通常将HTML输出到浏览器。 * **MySQL:** 用于在数据库中存储用户数据。 * **CSS:** 用于为HTML页面添加样式。 * **JavaScript:** 用于增强HTML页面的交互性。 课程强调,您可以从PHP开始,再逐步学习其他相关语言。
PHP (Personal Homepage or Hypertext Preprocessor) is one of the well-known programming languages. It is simple and preferable for many to build a small website and web applications. PHP has a vast community with lots of active members. WordPress, Flickr, and Wikipedia are some websites that are built with PHP. It is the most used server-side programming language by far. Approximately 75 percent of all webpages are powered by PHP.If you are asking if there is anything special you need to know before you start learning PHP, the answer is no. Just dive in to the PHP: Documentation and get started.One of the reasons for PHP's success is that it has really great documentation. Every concept is broken down in simple terms and explained fully. And on each page, visitors to the site comment and fill in more examples and missing details.PHP is also one of the simplest and most straightforward scripting languages. This makes it very easy to learn.In order to use PHP effectively, you will eventually need to learn other languages, such as:HTML, because it's what PHP normally outputs to the browserMySQL, because you'll want to store user data in a databaseCSS, because it's how you add style to HTML pagesJavaScript, because you'll want to make your HTML pages interactiveI listed those in the order that I recommend you learn them. But I recommend that you start with PHP.