Home > Article > Backend Development > Summarize several tutorials on running tools
As a PHP novice, it would be great if I could have a useful tool to practice grammar anytime and anywhere. Obviously, the above PHP online tool can basically meet normal needs. But the fly in the ointment is that it does not support databases and other advanced features. So this seems very embarrassing. If you can't practice database statements, you're still learning a lot. So it’s better to do it yourself, write an online tool that can support the database, and use it yourself. Implementation Idea For PHP files, when the browser sends a URL request to the server, the interpreter will automatically translate the file into a part that the browser can parse. So the process of accessing the URL is the process of obtaining the data interpreted by PHP. Brief explanation: Here is a brief explanation. For example, we have a temp.php file with the following content:
1. Detailed introduction to online PHP running tools and database controllable example codes
##Introduction: Summary of implementation ideas, brief explanation of tool principle, production of mainphp upload source code, ajax upload source code, get running results, trigger timing, demonstration, home page, click on PHP code to give prompts, regular code operation, database summary, I don’t know if you have seen this before. a website. The name is "Rookie Tools", which contains many online editing and online running gadgets, which are practical and convenient. (Hehe, this is not an advertisement, but it is indeed very practical). As a PHP novice, it would be great if I could have a useful tool to practice grammar anytime and anywhere
2. JS, HTML code running tool_JavaScript
Introduction: JS, HTML code running tool
3. implement a simple random lottery applet based on JavaScript_javascript Tips
Introduction: In order to make the lottery program run directly on any machine without configuring the platform, the development tools and compilation and running tools should also be as simple as possible (such as text The text can be edited, and the browser that comes with the window system can be compiled and run). I decided to try using javascript to do it
The above is the detailed content of Summarize several tutorials on running tools. For more information, please follow other related articles on the PHP Chinese website!