Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Developing simple CMS+Blog with PHP7 and MySQL
Rating: 3.1 out of 5(102 ratings)
6,268 students

Developing simple CMS+Blog with PHP7 and MySQL

Developing simple CMS+Blog with PHP7 and MySQL
Created by攀 童
Last updated 7/2018
English
English [Auto],

What you'll learn

  • You will develop a CMS that belongs to yourself
  • You will be more familiar with the development process of the web site
  • You will get your own blog with front desk and backstage
  • You will have more understanding of what you already know
  • You will know more about the structure of the web site
  • You will be more proficient in operating the database
  • You'll have a deeper understanding of the pagination
  • You will know more about Ajax
  • You will know more about Asynchronous upload file
  • You will know more about category
  • You will know more about batch operation
  • You will know more about user login

Course content

1 section8 lectures44m total length
  • Introduce2:39

    Develop a simple cms and blog with php7 and mysql, covering the index, list, and detail pages and the management backend with post, category, comment, and user.

  • Basic konwledge you should have0:48

    Develop a foundational understanding of html and css, with optional javascript, and learn php and mysql basics, including the foreach loop, arrays, and how to connect to a database.

  • PHP7 Web Development Environment2:22

    Learn to set up a PHP7 web development environment by installing a local server stack. Compare WAMP and MAMP, and follow the course's preferred approach using WAMP.

  • Create the project directory structure3:21

    Create the project directory structure by organizing a static folder with a static/uploads subfolder to store image files, and add an index file to set up the tutorial.

  • Create the configuration file and database4:22

    Create a configuration file and set up a MySQL database for a PHP7 CMS blog, including host, user name, and root password, and create the initial database and tables.

  • Create tables13:45

    Create tables for users, posts, comments, categories, and options in a PHP7 and MySQL cms blog. Define id, slug, email, password, and relationships such as user_id and category_id.

  • Display Website Backstage7:13

    Display Website Backstage shows how to edit and update a simple CMS blog interface hosted on localhost, demonstrating batch and individual content changes within a PHP7 and MySQL workflow.

  • Separate the public part of Backstage pages10:23

    Separate the public part of backstage pages by creating a shared bar and side bar included across pages, enabling consistent layout and easy updates.

Requirements

  • You need to be skilled in use HTML and CSS
  • You need to have some basic knowledge of PHP
  • You should konw foreach loops
  • You shold konw array

Description

If you want to develop websites, PHP is the best programming language.

The programming language called PHP is quickly rising to be one of the most preferred web browser programming languages due to its user-friendliness, efficiency, and user control. PHP allows a user to describe specific functions within the code in order to drastically control the way a web browser displays and organizes information. A user is able to mix PHP and HTML within the same document to reach the desired effect. In this article, we will talk about how PHP works and why it is preferred by the people who use it.

Easy To Read

PHP is preferred among users because it is easy to read and understand. Many programming languages are complex and intimidating to new users while PHP is organized, clean, and fluent. PHP documents do not have to necessarily be in any order which allows for users to quickly add new functions whenever they want without having to make sure that the new code is in the correct place. This is excellent for users who have long scripts for many of their pages, especially for style sheets and reference documents.

Easy To Edit

PHP is also easy to edit as a user is able to quickly scan a PHP document for the code that they are looking for and change it to suit their needs. Many other programming languages require that you change multiple functions within several documents in order to do the same thing that PHP can. PHP documents can also be easily integrated into a collection of other PHP documents or individual PHP commands. This allows for users to take full advantage of their programming skills and computer experience as they can write their own PHP scripts and extensions without having to handle a large amount of file cleaning.

More Control

PHP offers more control over web browsers than other programming languages do. Many other programming languages require large scripts to do simple tasks while PHP can do the same thing with a few lines of code. PHP allows users to design web pages to their exact specifications and it can even be used alongside other programming languages to perform a wider variety of tasks. When using PHP, the user can stop focusing on programming and concentrate more on designing their website.

Better Performance

PHP has better performance ratings than other programming languages do. PHP is fast, efficient, and works great in almost any web browser as well as integrating into almost any server. A user is able to add a few lines of code to a PHP document, click save, and watch their website transform into a more powerful and more organized version of itself. PHP documents are high in demand because they compete with almost all other programming languages available. PHP is also quickly growing in its capabilities and offers more features as well as better operating standards every day.

PHP Is Free

Another reason that PHP is preferred among users is that it is entirely free. While many other programming languages require that the user obtains expensive programs and pays for support files, PHP is open to anyone, anywhere, and any time. A beginner in PHP does not have to worry about finding support for their interest in programming and web design as there is an entire online community dedicated to assisting others in PHP manipulation and implementation. PHP is also aided by many large companies that contribute to its success on a daily basis.

PHP Is Widely Available

As PHP has become such a success on the open market, it is very difficult to come across a web server that does not support PHP development. Users can also take satisfaction in that both individual PHP tags as well as entire PHP documents can be found on the Internet at no cost. Thousands of these predefined PHP commands are available around every virtual corner and even those predefined documents can easily be edited to suit the user's unique needs.

Who this course is for:

  • Any one who have the basic knowledge