JS is an object- and event-driven scripting language that runs on the client. It is a relatively simple programming language. The method of use is to web pages Add a script to the HTML file to make the statement webpage made in HTML more powerful. There is no need for separate compilation and interpretation. When a browser that supports JavaScript opens this page, it will read the script and execute its instructions.
PHP is a programming language that runs on the server side and is mainly used to process information submitted by customers through web pages. It runs on the server side and is used to respond to customer requests.
The current dynamic web page programming technologies are:
ASP----Dynamic Server Page, a dynamic web page programming technology launched by Microsoft.
ASP.NET----Microsoft's latest web application development technology.
PHP----hypertext preprocessor
JSP----add java program fragments and jsp tags to traditional static pages (written by html) to form a page, which is then processed by the server Compile and execute.
Copyright Statement: This article is an original article by the blogger and may not be reproduced without the blogger's permission.
The above introduces the relationship between Rabbit-html, js, php, ASP, ASPNET, and JSP, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.