RE: What is PHP?

What is PHP?

mu Brong Asked on October 30, 2018 in Programming.
Add Comment
4 Answers

PHP (Hypertext Preprocessor) is the most widely used programming language for website and web application development. It is an open-source, server-side scripting language useful for creating dynamic websites.

Nice, but what does that mean? An example:

Example #1 An introductory example

<!DOCTYPE html>
<html>
<head>
<title>Example</title>
</head>
<body>

<?php
echo "Hi, I'm a PHP script!";
?>

</body>
</html>

PHP Development Services –
Tecocraft is recognized as a trusted PHP Development Company in the UK offering feature-rich web development solutions that are customized for your business needs.
Default Answered on December 31, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.