I wrote Lvjiaost 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
The server apache, the database mysql, and of course php
It can be downloaded from the Internet, just search it a little
1. Apache configuration instructions can be seen in this version
There is an article in it, It’s about 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. 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
There are many PHP programming tools now, all of which are similar
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 If apache is configured in
php modul mode, it is best not to share a php.exe with phped
Other editors include
editplus, which many people recommend and I like to use it the most
Syntax highlighting, automatic indentation, its automatic indentation 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 It is very convenient to insert common html codes, and 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 It can be used and is very 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
Next, turn off the eggplant