After learning HTML and CSS, it’s finally time to start learning PHP! The paving the way ahead is only for a smooth road ahead!
PHP environment setup:
The environment commonly used in enterprises is: Linux+Apache+MySQL+PHP
The learning environment is: Windows+Apache+MySQL+PHP
Tools:
Installation tutorial: php 2014.9.5 installation tutorial
PHP source code learning website:
PHP Overview:
PHP development steps:
PHP markup format
※PHP encoding must use utf-8 BOM-free format, because other formats will have additional output, causing the header function to report an error
The above introduces the PHP notes (PHP chapter), including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.