Skip to content

Commit 75a6ae6

Browse files
Update background.md
1 parent bc7c1d2 commit 75a6ae6

File tree

1 file changed

+3
-5
lines changed
  • content/learning-paths/servers-and-cloud-computing/php-on-gcp

1 file changed

+3
-5
lines changed

content/learning-paths/servers-and-cloud-computing/php-on-gcp/background.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get started with PHP on Google Axion C4A (Arm Neoverse V2)
2+
title: Get started with PHP on Google Axion C4A on Arm Neoverse V2
33

44
weight: 2
55

@@ -16,8 +16,6 @@ To learn more about Google Axion, refer to the [Introducing Google Axion Process
1616

1717
## PHP
1818

19-
PHP (Hypertext Preprocessor) is an open-source, server-side scripting language designed for web development.
19+
PHP (Hypertext Preprocessor) is an open-source, server-side scripting language designed for web development. It allows you to create dynamic web pages, interact with databases, handle forms, and build web applications. You can embed PHP directly into HTML, making it easy to generate content dynamically on the server before sending it to the browser.
2020

21-
It allows developers to create dynamic web pages, interact with databases, handle forms, and build web applications. PHP can be embedded directly into HTML, making it easy to generate content dynamically on the server before sending it to the browser.
22-
23-
PHP is widely used for websites, web applications, content management systems (CMS), and APIs. Learn more from the [PHP official website](https://www.php.net/) and its [official documentation](https://www.php.net/docs.php).
21+
PHP is widely used for websites, web applications, content management systems (CMS), and APIs. Learn more from the [PHP website](https://www.php.net/) and the [PHP documentation](https://www.php.net/docs.php).

0 commit comments

Comments
 (0)