php基础语法
摘要:php标记 echo 可以输出一个或多个字符串,用逗号,隔开 print 只允许输出一个字符串 ; 代码结束符 变量 声明变量 变量命名规则 $开头 开头不能用数字 中间不能有空格 下划线命名 $name_new = 'bob' 小驼峰命名 nameNew = 'bob' 大驼峰命名 NameNew
阅读全文
posted @
2023-04-20 13:44
sprr
阅读(10)
推荐(0) 编辑
php环境搭建
摘要:下载 apache 下载php 注意版本要一致都是64位 在apache conf 目录下找到httpd.conf Define SRVROOT "D:/lamp/apche/httpd-2.4.55-lre361-x64-vs16/Apache24" 配置apache安装目录 #载入php模块 L
阅读全文
posted @
2023-04-20 11:51
sprr
阅读(14)
推荐(0) 编辑
apach安装报错 Set the ‘ServerName’ directive globally to suppress this message
摘要:Could not reliably determine the server’s fully qualified domain name, using fe80::d558:4c0:68e3:fdd1. Set the ‘ServerName’ directive globally to supp
阅读全文
posted @
2023-04-19 20:53
sprr
阅读(295)
推荐(0) 编辑