: This article mainly introduces the [PHP] PHP Getting Started Tutorial (1). If you are interested in the PHP Tutorial, refer to it. Preface
System environment: window8
Running environment: xampp
Editor: Sublime Text 2
Because I have learned Android development by myself before, and I am going to work as an intern later, I am now scheduled to do PHP development.
Install the development environment
After having learned Android by myself, I found that the fastest way to learn programming is to immediately install the development environment and start to write code.
The faster the process, the better.
Download xampp and install it on drive D
Download sublime Text 3
Write the first PHP program
Save the text as Hellow. php to D: \ xampp \ htdocs.(It may fail to run if it remains in another location)
Enter this text in your browser and you will see it!
The first PHP program is finished !!
.
Summary
I am also a beginner in PHP. I will continue to update the article in the future.
'). AddClass ('pre-numbering '). hide (); $ (this ). addClass ('Has-numbering '). parent (). append ($ numbering); for (I = 1; I <= lines; I ++) {$ numbering. append ($ ('
'). Text (I) ;}; $ numbering. fadeIn (1700) ;}) ;}; script
The above introduces the [PHP] PHP Getting Started Tutorial (1), including some content, and hopes to help those who are interested in the PHP Tutorial.