Answer the question
In order to leave comments, you need to log in
How to change or add data in the sent html document from the server?
Good afternoon, please tell me how to insert strings into html from the server?
For example, in PHP this was explicitly inserted by the code with the PHP tag
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1><?php echo "My first PHP script!";?></h1>
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question