Create a Registration and Login System with PHP and MySQL

所在平台: Udemy

课程主页: https://www.udemy.com/course/create-a-registration-and-login-system-with-php-and-mysql/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:使用 PHP 和 MySQL 创建注册和登录系统 课程概述:PHP(超文本预处理器的递归缩写)是一种广泛使用的开源通用脚本语言,特别适合于 web 开发,并且可以嵌入到 HTML 中。PHP 页面包含带嵌入代码的 HTML,这些代码在服务器上执行,生成的 HTML 再发送给客户端。客户端接收脚本运行的结果,但不会知道底层代码。我们甚至可以配置 web 服务器,以 PHP 处理所有 HTML 文件,从而让用户无法得知你所隐藏的代码。 MySQL 是由 Oracle 开发的关系数据库管理系统(RDBMS),基于结构化查询语言(SQL)。数据库是数据的结构化集合,可以是一个简单的购物清单、图片库或企业网络中存储大量信息的地方。关系数据库数字化存储和组织数据,按照关系模型进行排列。表格由行和列组成,数据元素之间的关系遵循严格的逻辑结构。RDBMS 是实现、管理和查询这种数据库的软件工具的集合。MySQL 是构建和维护众多热门软件栈的重要组成部分,适用于从面向客户的 web 应用程序到强大的数据驱动的企业服务。 在本课程中,我们将使用 PHP 和 MySQL 创建一个注册和登录系统。如今,几乎每个网站都提供注册和登录功能,因此在现代 web 应用中添加登录系统是必要的。课程将全面讲解创建用户注册系统的过程。用户可以通过提供用户名、密码和电子邮件创建帐户。帐户创建后,用户可以登录到自己的帐户,登录后将重定向到仪表板页面。此外,用户还可以从面板中注销。我们将使用 PHP 和 MySQL 开发整个系统,并展示如何构建仅供已登录用户访问的安全页面。未登录的用户无法访问这些页面。

课程评论(0条)

课程详情

PHP recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. PHP pages contain HTML with embedded code that does "something. What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server, generating HTML which is then sent to the client. The client would receive the results of running that script, but would not know what the underlying code was. You can even configure your web server to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve.MySQL is a relational database management system (RDBMS) developed by Oracle that is based on structured query language (SQL). A database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or a place to hold the vast amounts of information in a corporate network. In particular, a relational database is a digital store collecting data and organising it according to the relational model. In this model, tables consist of rows and columns, and relationships between data elements all follow a strict logical structure. An RDBMS is simply the set of software tools used to actually implement, manage, and query such a database. MySQL is integral to many of the most popular software stacks for building and maintaining everything from customer-facing web applications to powerful, data-driven B2B services. Its open-source nature, stability, and rich feature set, paired with ongoing development and support from Oracle, have meant that internet-critical organisations such as Facebook, Flickr, Twitter, Wikipedia, and YouTube, etcIn this course we will create a Registration and Login System with PHP and MySQL. Nowadays almost every website provides Registration and login functionality. Thus, it is necessary to add a login system in modern web applications. I will walk through the complete process of creating a user registration system. Users can create an account by providing username, password, email. After the account was created, the user can log in to their own account. Once the user login, it will redirect to the Dashboard page. Moreover, the user can logout from his panel. This whole system we are developed using PHP and MySQL. Furthermore, we will show you how to build secure pages that are only accessed by logged in users. Without login, the user can not access the page.

课程标签

0人关注该课程

主题相关的课程