Home  >  Article  >  Backend Development  >  How to write php program

How to write php program

(*-*)浩
(*-*)浩Original
2019-09-10 14:42:312929browse

If you only use the WYSIWYG editing mode of Frontpage and Dreamweaver to write web pages, but do not understand HTML syntax at all, I am afraid you need to work hard to understand HTML syntax before you can successfully write PHP programs.

How to write php program

#If you already know the syntax of the HTML behind-the-scenes typesetting language very well, you should be able to start writing PHP programs right away. In PHP, a back-end server programming language, hard work to learn HTML is a prerequisite for writing.

For users who are familiar with Windows series system platforms, there is a set of software that is quite convenient for developing PHP programs, namely PHP Editor. If you are interested in this software, you may wish to go to http://www.soysal. com/PHPEd to download the latest version. (Recommended learning: PHP Programming from Beginner to Master)

You also need to download the Win32 version of the PHP program. After installing the PHP Win32 version, configure the PHP Win32 path in the PHP Editor, and you can easily develop PHP programs.

As for the working platform for writing PHP programs, it does not matter whether there is a Web server, because the program written in the environment of PHP Editor will be directly executed by PHP Editor after pressing the execute button. The written PHP program is sent to PHP Win32, and the execution results are processed and presented to the user.

If you are like the author and are very paranoid about Linux/UNIX, you may try to use Bluefish: Bluefish PHP writing tool. You only need to install Linux and X-Window before you can use it. If you want to use Chinese, you need to add Chinese fonts and input methods to X-Window. If it is more convenient, just use RedHat and CLE Chinese support.

If you are already an old Linux/UNIX user and don’t like to use these specialized development tools.

I believe you must be quite familiar with vi or Emacs, so after installing the web server and PHP program, you can directly use vi or Emacs to write the PHP program, and you can directly see the real results of the execution. , there will be no problem if it is linked to a database or other service program. This way of "what you write is what you get", isn't it wonderful!!

The above is the detailed content of How to write php program. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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