当前位置:网站首页>1. Beginning with PHP
1. Beginning with PHP
2022-08-02 03:54:00 【Little Aning's cat】
Here's a secret of mine, a secret that couldn't be simpler: One can only see the truth when one sees with the heart.The truth of the matter cannot be seen with the eyes alone.-- "The Little Prince"
Getting started with PHP
1.What is PHP?
PHP is a server-side scripting language for creating dynamic and interactive sites
It is used like this:
DOCTYPE html><html><body>body>html>2.PHP syntax
PHP scripts can be placed anywhere in the document
PHP script:
// PHP code?>The default file extension for PHP files is ".php"
PHP files usually contain HTML tags and some PHP script code
3.PHP installation
PHPstudy download address:
https://www.xp.cn/
4.PHP development tools
PHPstorm download address:
https://www.jetbrains.com/phpstorm/
Chinese method:
file—>setting—>plugin—>search for "chinese" and install










边栏推荐
猜你喜欢
随机推荐
三月底啦啦
PHP的几个有趣的打开方式:从基本到变态
1.10今日学习
PHP8.2将会有哪些新东西?
线程池(线程池介绍与使用)
DOM manipulation---magnifying glass case
js基础知识
每日五道面试题总结 22/7/23
稳定好用的短连接生成平台,支持API批量生成
js eventLoop 事件循环机制
微信小程序云开发如何将页面生成为pdf?
[vite] Failed to parse source for import analysis because the content contains invalid JS syntax.
js __proto__、prototype、constructor的关系
JS对象, 函数和作用域
require modular syntax
[sebastian/diff]一个比较两段文本的历史变化扩展库
微信小程序云开发之券码领取,怎么防止用户领取到相同的数据?
Phpstudy安装Thinkphp6(问题+解决)
[league/flysystem]一个优雅且支持度非常高的文件操作接口
kali安装IDEA








