PHP Advanced Tutorial
Classify:php e-bookViews:3115970Download:384
Preface
Part One Basic Knowledge
Chapter 1 PHP Overview
1.1 Getting Started with PHP
1.1.1 Introduction to PHP
1.1.2 How PHP works
1.1.3 How to learn PHP programming
1.2 PHP environment setup
1.2.1 PHP related software download
1.2.2 AppServ installation and testing (Windows)
1.2.3 XAMPP installation and testing (Windows)
1.2.4 IIS PHP MySQL installation and configuration (Windows)
1.3 Common PHP development tools
1.4 Case Tutorial
Case 001 The 1st PHP program
Case 002 AppServ server configuration
Case 003 Download and installation of Zend Studio tools
Case 004 The 2nd PHP program
Chapter 2 HTML Basics
2.1 HTML knowledge
2.1.1 Basic structure of HTML
2.1.2 Basic HTML tags
2.1.3 HTML form
2.1.4 iframe framework
2.2 CSS style knowledge
2.2.1 CSS coding position and format
2.2.2 CSS properties
2.2.3 DIV CSS
2.3 JavaScript knowledge
2.3.1 JavaScript writing location
2.3.2 JavaScript basic syntax
2.3.3 JavaScript control statements
2.3.4 JavaScript function and event processing mechanism
2.4 Case Tutorial
Case 005 HTML tag - Create movie portal homepage
Case 006 Form - Create Member Registration Page
Case 007 CSS Style - Creating a Movie Portal Home Page Style
Case 008 CSS style - Create member registration page style
Case 009 Add JavaScript verification function to the member registration page
Case 010 JavaScript special effects - floating advertising window
Case 011 JavaScript special effects - advertising window at the bottom right of the webpage
Case 012 JavaScript special effects - drop-down secondary navigation menu
Chapter 3 PHP Syntax Basics
3.1 PHP tags and comments
3.1.1 PHP tags
3.1.2 PHP comments
3.2 PHP data types
3.2.1 Scalar data type
3.2.2 Composite data type
3.2.3 Special data types
3.2.4 Data type detection function
3.2.5 Data type conversion function
3.3 PHP constants
3.3.1 Predefined constants
3.3.2 Declaration and use of constants
3.4 PHP variables
3.4.1 Variable declaration
3.4.2 Volume assignment and use
3.4.3 Variable variables
3.5 PHP operators and expressions
3.5.1 PHP operators
3.5.2 PHP expression
3.6 PHP functions
3.6.1 Definition and calling of functions
3.6.2 Parameter passing
3.6.3 Function return value
3.6.4 Variable scope
3.6.5 PHP standard function library
3.7 PHP coding specifications
3.7.1 PHP writing specifications
3.7.2 PHP naming convention
3.8 Case Tutorial
Case 013 Output the current system time
Case 014 Application of predefined constants and custom constants
Case 015 Application of auto-increment and auto-decrement operators
Case 016 Operation of numbers and strings
Case 017 Single quotes and double quotes modify strings
Case 018 Application of escape characters
Case 019 Comparison of time sizes
Case 020 Application of ternary operator
Case 021 Bit Operation to Implement Digital Encryption and Decryption
Case 022 Chinese string interception
Case 023 Website Sensitive Word Filtering
Chapter 4 PHP Process Control Structure
4.1 Conditional control statements
4.1.1 if conditional control statement
4.1.2 switch multi-branch statement
4.2 Loop control statement
4.2.1 while loop statement
4.2.2 do——while loop statement
4.2.3 for loop statement
4.3 Jump statement
4.3.1 break jump statement
4.3.2 continue jump statement
4.4 Containing Statements
4.5 Case Tutorial
Case 024 Little Guardian of Life
Case 025 Web version calculator
Case 026 National Holiday Reminder
Case 027 Product information list display
Case 028 Multiplication table
Case 029 Even number multiplication table
Chapter 5 PHP Array
5.1 Arrays and array types
5.1.1 Array overview
5.1.2 Numeric index array
5.1.3 Associative array
5.2 Basic operations on arrays
5.2.1 Create array
5.2.2 Assignment of arrays
5.2.3 Traversing the array
5.3 PHP array function
5.3.1 Array statistical function
5.3.2 Delete duplicate elements in the array
5.3.3 Conversion of strings and arrays
5.3.4 Adding elements to the array
5.3.5 Get and delete the last element of the array
5.4 PHP global array
5.4.1 $-SERVER[]global array
5.4.2 $-GET[] and $-POST[] global arrays
5.4.3 $-FILES[]global array
5.5 Case Tutorial
Case 030 Array Creation and Output
Case 031 Array element assignment
Case 032 Random Lottery Procedure
Case 033 Customer Complaint Information Handling
Chapter 6 PHP Website Development
6.1 WEB form design
6.1.1 Create form tags
6.1.2 Form Control
6.2 Form data submission and acquisition
6.2.1 POST method to submit and obtain form data
6.2.2 GET method to submit and obtain data
6.2.3 Obtaining form data
6.2.4 Obtaining hyperlink data
6.3 SESSION Management
6.3.1 Working principle of SESSION
6.3.2 Using SESSION
6.4 Cookie Management
6.4.1 How Cookie works
6.4.2 Using Cookies
6.5 Case Tutorial
……
Part 2: Skill Improvement
Reference[1]
Statement:

All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn

Latest courses

See more
  • [Web front-end] Node.js quick start
    [Web front-end] Node.js quick start
    This course is specially designed for beginners and aims to help students quickly master the basic knowledge and core technologies of Node.js. The course starts with the installation and environment configuration of Node.js, and gradually analyzes its asynchronous programming model, module system and event-driven mechanism in depth. Through a wealth of practical cases, students will learn how to use Node.js to build an efficient and stable web server, process HTTP requests and responses, and perform file operations and database interactions. In addition, the course will also introduce typical application scenarios of Node.js in front-end development, helping students quickly improve their practical capabilities and easily cope with the challenges of front-end development.
  • Complete collection of foreign web development full-stack courses
    Complete collection of foreign web development full-stack courses
    This course is a comprehensive tutorial covering HTML, CSS, JavaScript, Vue.js, React, Flutter and mobile APP development. From basic web page production to complex front-end and back-end interactions, to practical development of mobile applications, the courses are rich in content and highly practical. Through a series of practical projects, students will gain an in-depth understanding of and master various development skills and quickly grow into full-stack development engineers. Both beginners and experienced developers can benefit from it. Through the study of this course, you will have the ability to independently develop web applications and mobile applications, laying a solid foundation for future career development.
  • Go language practical GraphQL
    Go language practical GraphQL
    This course is designed to help learners master how to use Go language to implement GraphQL services. The course starts with the basic knowledge of GraphQL, and deeply analyzes the characteristics and advantages of its data query language. Then, combined with the characteristics of the Go language, it explains in detail how to build a GraphQL server, process requests, define data patterns, etc. Through rich practical cases, learners will learn how to integrate GraphQL in actual projects to improve the flexibility and efficiency of data interaction. The course is suitable for developers with a certain foundation in Go language and is a must-have for building efficient and modern APIs.
  • 550W fan master learns JavaScript from scratch step by step
    550W fan master learns JavaScript from scratch step by step
    This course is specially designed for beginners and is taught by Google bosses. The course starts from the basic knowledge of JavaScript and gradually deepens, covering syntax, functions, objects, event processing, etc. Through vivid cases and practical exercises, students can quickly master the core skills of JavaScript. The boss will personally answer students' questions and share programming experience, allowing students to grow into JavaScript masters in a relaxed and pleasant atmosphere. Whether you are a novice at programming or a developer looking to improve your skills, this course will be your best choice for learning JavaScript.
  • Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours
    Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours
    This course takes you on a programming journey. Starting from scratch, this 6-hour course will guide you through the fundamentals and advanced concepts of Python. Whether you're a beginner or an experienced programmer looking to improve your skills, Mosh's in-depth explanations and clear teaching methods will get you up to speed with Python quickly. Learn more about variables, data types, conditionals, loops, functions, objects, and modules and solidify your understanding with hands-on exercises. This course is ideal for learning Python and preparing you for a variety of career fields. Mosh's expertise and passion for education will give you the confidence to start on your path to becoming a proficient Python developer.