Date
Oct. 26th, 2024
 
2024年 9月 24日

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.
反曲点科技创始人和首席执行官。
开发、设计与写作皆为所长。
热爱苹果、钟情色彩。
随时恭候 垂询