What is the execution order on the Internet? PHP, HTML, Javascript, css and mysql are elements to execute.
The order is as follows:
Here is an example:
Server: execute index.php file on server
<?php echo "Hello, world!;"; ?> <script>alert("hello!")</script>
Server: answer the output
<script>
alert("hello!")
The order of execution (when you first visit the page):
First server, then client.
- , .
PHP , . PHP mysql , ? PHP script (s) mysql . , PHP , (HTML, Javascript, css) /.
, -. Apache DirectoryIndex. , index.html, index.cgi, index.php .., , :
DirectoryIndex index.cgi index.php index.shtml index.html
ISS , , .
HTML CSS ( ). Javascript , .
Mysql , , php cgi script.
, .
→ - (, apache) → php → php builds html mysql → html , css → javascript
, JSConf: http://jsconfeu.blip.tv/file/3060565/
.
, PHP , MySQL.
, ( , , , , , , )
Source: https://habr.com/ru/post/1774230/More articles:Using the TFS2010 Client in a 64-bit IIS Process Only - tfsEditText, OnKeyListener или TextWatcher (сканирование штрих-кода) - androidA suitable map API for tracking - google-mapsmaster.dbo.xp_sqlagent_enum_jobs - how to get the result of the last run - sql-serverAmbiguous exception using reflection - reflectionHow can I access the Java constructor in general? - javaCoredump при разборе разделов - cPrinting a DIV container without losing CSS styles - jqueryAndroid - turn off the hardware keys - androidUNIX_TIMESTAMP () and time () are the same - unixAll Articles