PHP Installation - W3Schools
Có thể bạn quan tâm
How to Start Using PHP?
To start using PHP, you can:
- Use a web host with PHP and database support
- Install a web server on your own PC, and then install PHP and a database
1. Use a Web Host With PHP Support
If your web host already has support for PHP, you do not need to do anything.
Just create some .php files, place them in your web directory, and the server will automatically parse them for you.
You do not need to compile anything or install any extra tools.
Because PHP is free, most web hosts offer PHP support.
2. Set Up PHP on Your Own PC
However, if your web server does not support PHP, you must:
- install a web server
- install PHP
- install a database, such as MySQL
The official PHP website (PHP.net) has installation instructions for PHP: http://php.net/manual/en/install.php
PHP Version
To check your php version you can use the phpversion() function:
Example
Display the PHP version:
echo phpversion(); Try it Yourself » ❮ Previous Next ❯ ★ +1 Sign in to track progressTừ khóa » Cài Php
-
Cài đặt Môi Trường Phát Triển ứng Dụng PHP | Tự Học ICT
-
Cài đặt PHP Và Chạy Scrip PHP đầu Tiên
-
Hướng Dẫn Cài đặt PHP Và MySQL | Tìm ở đây
-
Cài đặt PHP | Hướng Dẫn Học PHP | Học Web Chuẩn
-
Hướng Dẫn Cài đặt Và Tổng Quan Về PHP - Viblo
-
Tìm Hiểu Về Webserver, PHP Và Cách Cài đặt XAMPP Trên Windows
-
Hướng Dẫn Cài Đặt Php Trên Windows Như Thế Nào ... - In4tintuc
-
Hướng Dẫn Cài đặt Php 8.0 Với Xampp Trên Windows |dandev
-
How To Install PHP On Any Server (Linux, MacOS, Windows) - Kinsta
-
XAMPP Là Gì? Cài đặt XAMPP để Chạy Code PHP
-
Installation On Windows Systems - Manual - PHP
-
Downloads - PHP
-
[PHP] Phần 2: Cài đặt PHP Với Gói XAMPP | DAMMIO
-
Cài đặt Môi Trường Lập Trình Web PHP Với XAMPP - Góc Học IT