Date
Sep. 8th, 2024
 
2024年 8月 6日

Post: PHP Primer 001 : Hello World

PHP Primer 001 : Hello World

Published 12:01 Jan 20, 2012.

Created by @ezra. Categorized in #Programming, and tagged as #PHP.

Source format: Markdown

Table of Content

为什么要学习PHP?

  • 可以运行在服务器端

  • 跨平台性

  • 脚本语言

  • 免费

下面来一段 Hello World:

<!DOCTYPE html>
<html>
    <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>learning php</title>
    </head>
    <body>
       <p>
       <?php 
       echo 'Hello, world!';
       ?></p>
    </body>
</html>
Pinned Message
HOTODOGO
The Founder and CEO of Infeca Technology.
Developer, Designer, Blogger.
Big fan of Apple, Love of colour.
Feel free to contact me.
反曲点科技创始人和首席执行官。
程序猿、设计师、奇怪的博主。
苹果死忠、热爱色彩斑斓的世界。
如有意向请随时 与我联系