Basic PHP tutorial in Khmer (Video Collection)

Hello everyone, this page is the collection all related to Basic PHP Tutorial in Khmer - document and video speak khmer.

Why PHP?

As you may know, PHP (Hypertext Preprocessor) is a popular computer language for making websites. Many websites use PHP and other front-end technology to show different content, collect user data, and work with databases.

How to Start PHP?

To write PHP, you need a local server. Install XAMPP or MAMP on your computer. These programs include Apache (server), MySQL (database), and PHP. Check out link below for detail step by step with videos.
👉 XAMPP Download Install and Configure for PHP or Laravel

Getting start PHP with VS Code

To write PHP code we need code editor like VS Code or PhpStorm or other text editor. In the tutoria linke below show exactly how to do it.
👉 Getting Start PHP with VS Code (install Extensions)

PHP Variables and Data Type

Variables and Data Type are two key to understand for all programming language. Each programming language has similarity and unique feature to make it different.
👉 Understand PHP Variables and Data Type

PHP Control Structures

In PHP have conditional statement (IF, IF Else, and Switch) and Loops (Do while, while, for and foreach). Videos in link below explain with examples.
👉 PHP Control Structures ( If, Else, and Switch and loops)

Type of Functions in PHP

Functions are used in every programming. It is a block of codes, write one use many time.
👉 Videos Example of Functions in PHP Khmer

PHP Arrays

In PHP consist of three type of arrays.
  • Index Arrays
  • Associative Array
  • Multidimensional Array
👉 Videos Example of Arrays in PHP Khmer

PHP Forms - Video comming soon

Form is used to collect data input from users. When a user fills a form and clicks submit, PHP gets the data using $_GET or $_POST.

Connect PHP to Database - PHP CRUD with Form

We can use PHP to connect to a MySQL or Other databases to add, read, update or delete data (CRUD) with SQL commands. 👉 PHP CRUD

User Login System - Video comming soon

Login form is an option allow users to access the website. In the example in video about using PHP to connect to MySQL, and verify wheter username and password correct or not.

PHP OOP (Object-Oriented Programming) - Video comming soon

PHP use OOP concept that help to make code better by using classes and objects. It makes coding easier and reusable.

Secure PHP Website - Video comming soon

Security your PHP website with password hashing, SQL injection protection, and XSS prevention.

Conclusion

Here are much more topic to cover. I will keep sharing more. Sharing is caring. Let improve your coding skills. Happy learning.