Home > Backend Development > PHP Tutorial > Experience in getting started with PHP_PHP Tutorial

Experience in getting started with PHP_PHP Tutorial

WBOY
Release: 2016-07-13 17:25:40
Original
938 people have browsed it

I wrote the following post in early December 2001. I hope it will be helpful for everyone to learn PHP
I guess most of the first questions are about how to configure them
Suggest some software
Server apache , database mysql, of course you must have php
It can be downloaded from the Internet, just search it a little
1. Apache configuration instructions, you can see it in this version
There is an article in it. It’s how to configure it under 98
I read that article almost every time I configure it
2. The configuration of mysql does not need to be configured now. Just execute the installation program directly
and that’s it
3 , the combination of php configuration and apache
If your e-text is good, just read the instructions in the php decompression package
Otherwise, just read the article recommended above
Tool issues
Now There are many PHP programming tools, similar to each other
For novices, it is recommended to use PHPED
function prompts, variable prompts, syntax highlighting, automatic indentation,
and it can also be debugged, but note that if your apache is If configured in
php modul mode, it is best not to share the same php.exe with phped.
Other editors include
editplus, which many people recommend, and I also like to use it the most
syntax Highlight, auto-indent, its auto-indent function is the strongest
If there are a lot of html codes in the php program you write, then editplus will
be the best choice, it can be very convenient Insert common html code, you can define your own shortcut keys
ultraedit, which is also an editor used by many people
syntax highlighting, automatic indentation
and it has 10 pasteboards to use , extremely convenient
In addition, you can open binary files, but it has nothing to do with writing php
I don’t use this much, but many people say it is very good, maybe you can discover it yourself
turbo php, a domestic PHP editor
supports syntax highlighting and function prompts, and its function prompts are very detailed
A promising editor, but it seems that there is still work to be done
to be accepted It’s just a matter of learning
First you have to buy or download a tutorial
I think a good PHP tutorial must contain the following contents
Detailed syntax description, detailed function description, several Classic PHP program explanation


MySQL usage instructions, MySQL syntax instructions
Note that if there is no session function description in the function description
, then ignore it, it is probably for PHP3, which is very outdated
And it’s not good if it’s too thick. It’s just an introductory book after all.
If it’s too thick, it’s either full of nonsense or too in-depth.
Beginners, if it’s too in-depth, they’ll get confused easily.
After reading this After reading this book, you should immediately start programming by yourself
Only after you do it yourself, what you learn is your own thing
The best help at this time is a detailed PHP manual
Of course it has to be an electronic version:) This is so convenient to use
As a novice, it is recommended to use the Chinese version because it is faster to view
Wait for further steps
If your English is not very good, it is recommended Use the English version, you can download it from www.php.net
I also have it there
If your e-text is good, you can start with the English version from the beginning
Although the Chinese translation is convenient, it is inevitable that there will be omissions. Wrong
Reading and learning some classic programs at the same time is also one of the ways to improve quickly
The following is a list of some of my commonly used tools and software
apache, mysql, php
editplus, phpmanual.chm, Chinese version and the English version
The Chinese version is faster to check. After all, reading Chinese is faster than reading e-text
mysql-doc
These can be downloaded
In addition Some of the more useful sites
www.php.net, the official site, there is no need to mention
phpuser.com, PHP Chinese user, the PHP forum in www.csdn.net, one of the best PHP sites in China, can help you Solve many problems

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/532054.htmlTechArticleI wrote the following post in early December 2001. I hope it will be helpful to everyone learning php. I guess it will be the first. Most of the questions are about how to configure them. I would like to suggest a few software server ap...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template