Backend Programming Course
PHP is the principal programming language covered in the Backend Programming Course, which provides a thorough investigation of web development. Participants learn about the complexities of backend development and expand their skills in creating and implementing server-side logic throughout the course. Important ideas such database administration, server configuration, and the development of dynamic web applications are covered in the curriculum. Pupils gain knowledge on how to manage user authentication, alter data, and enhance server performance using PHP. With a focus on real-world, hands-on exercises, the course gives participants a strong foundation in backend programming and the skills they need to create dependable, scalable, and secure web applications.
Course Modules
- Introduction of PHP
- XAMPP Setup
- Print Hello World
- Datatypes
- variable declaration
- comments
- Operators
- Constant
- String
- Looping
- Functions
- Arrays In PHP
- for each loop
- Multidimensional arrays
- Difference between GET method,POST Method, and Request
- Building Forms
- Retrieving submitted data
- Array functions
- String functions
- Date time functions
- Math Functions
- FileHandling Function
- Mysqli Functions
- Create Session
- Access & Destroy Session
- Isset() unset()
- Login Control Demo
- Setting A Cookie
- Accessing cookie
- Destroying a cookie
- File Handling
- Mail() Example
- PHPMailer Library use
- OOPS Concepts
PHP My-Admin Introduction
- SQL using MySQL
- Creating a database
- Selecting database
- Creating a table
- Inserting data into a table
- Show data from the table
- Drop table
- Drop database
- Constraints
- Import Export Database
- PHP Mysqli Connection
- How to Write Query
- Store Record
- Fetch Record
- Edit Record
- Delete
- SignUp & Login
- Change Password & Forgot Password