PHP

副檔名:.php

開發者:PHP Group

瀏覽次數:637439

更新:2010-11-21 12:38:49

Hex:3C 3F 70 68 70

ASCII:<?php

描述

PHP is an open source scripting language that is usually used for web development, the name PHP comes from the use of a acronym for Hypertext Preprocessor.

A description of what PHP does is a page that contains html, embedded in to that is the PHP Code which usually outputs something, an example of this is.

/p>

"http://www.w3.org/TR/html4/loose.dtd">

Example

echo "Hello Filefact user !";

?>

If this code was saved into a PHP file using a text editor then uploaded to a server and opened in a browser the user would see the text "Hello Filefact user!".

PHP code is executed serverside where it generates the html that the user can see when the page is viewed in a browser.

PHP can do most things that are possible using CGI which range from collecting data to generating dynamic pages, many modern Discussion forum softwares use PHP becuase it uses less resources when compared with Perl variants.

For Serverside scripting with PHP a PHP parser is needed, the Server and of course the browser to see the outputted code.

PHP runs on most major operating systems and web servers, it is possible for testing purposes to install a Webserver that has PHP installed for testing and developing PHP projects. PHP also supports many databases which is useful when using applications such as Forums that require the use of a database.

file extension php,.php File Extension相关推荐

  1. java中file类_Java中file类

    File类的概述:File更应该叫做一个路径,文件路径或者文件夹路径 ,路径分为绝对路径和相对路径,绝对路径是一个固定的路径,从盘符开始,相对路径相对于某个位置,在eclipse下是指当前项目下,在d ...

  2. java file 对象_Java里File对象的问题。

    Java里File对象的问题. 关注:282  答案:2  mip版 解决时间 2021-02-02 07:14 提问者鉨瞞着所囿亾,爱着誰 2021-02-01 08:59 import java. ...

  3. 代码在eclipse下不报错,在doc命令行下报错--jar file和runable jar file

    今天开发一个小工具,引用了Log4j,来记录日志,在eclipse下运行,代码正常,打包成jar放到doc命令行下运行报错: Exception in thread "main" ...

  4. java file 方法_JAVA中File的常用方法

    一.File类中包含了很多获得文件或文件夹属性的方法,使用起来比较方便,下面将常见的方法介绍如下: a.createNewFile方法 public boolean createNewFile() t ...

  5. VC 6.0 : Cannot open include file: 'streambuf': No such file or directory !!

    今天闲着无聊使用Vc 6.0中的练习C++程序. 编译出现的错误: Cannot open include file: 'streambuf': No such file or directory ! ...

  6. 【解决】Error loading the file ‘Assets/.../Scene.unity‘. File is either empty or corrupted, please......

    开发平台:Unity 编程平台:Visual Studio 2020以上 使用语言:C#   问题描述 问题描述 原文 Error loading the file 'Assets/-/Scene.u ...

  7. 日志配置:logging.file.path与logging.file.name的区别

    logging.file.path logging.file.path可以指定日志文件的路径,而不能指定名字,最后输出的文件名字默认为spring.log. 代码 结果 logging.file.na ...

  8. git报错error: index uses extension, fatal: index file corrupt

    git报错 error: index uses extension, which we do not understand fatal: index file corrupt 用git 拉取代码时,遇 ...

  9. android读写删file,Android文件(File)操作

    Android 使用与其他平台上基于磁盘的文件系统类似的文件系统. 本文讲述如何使用 Android 文件系统通过 File API 读取和写入文件. File 对象适合按照从开始到结束的顺序不跳过地 ...

  10. 导入keras训练好的模型报错解决OSError: Unable to open file (unable to open file: name = ‘model_3.h5’)

    导入keras训练好的模型报错解决) 开心撒花 切入正题 开心撒花 第一次写博客,想分享记录一下自己写程序.跑程序过程中的问题和收获.哈哈哈哈 开心. Markdown编辑器 第一次用感觉很友好啊.喜 ...

最新文章

  1. mysql 开发进阶篇系列 10 锁问题 (使用“索引或间隙锁”的锁冲突)
  2. Android签名机制之---签名验证过程详解
  3. 均值极差图控制上下限_SPC之I-MR控制图
  4. 分段函数if语句_C语言函数系列之库函数中基础必会函数(一)
  5. 基于PCA的人脸特征抽取
  6. caffe学习笔记(2)
  7. 信息化基础建设 工作流开发
  8. 浅谈在基本数据包装类中使用'=='与equals的区别
  9. Git (10)-- 打标签(git tag)
  10. 运动目标跟踪(十三)--SRDCF/DeepSRDCF
  11. “新闻”频道“最新更新”有问题吗?
  12. python xlrd 过滤excel里的隐藏行
  13. 了解 Web 服务规范: 第 7 部分:Web 服务业务流程执行语言
  14. 数的“平方”速算秘诀,超实用的技巧,3秒出答案
  15. 如何挑选合适的卫星影像
  16. OperationException: CLIENT: CLIENT_ERROR cannot increment or decrement non-numeric value
  17. node-js——将excel表格转换成json文件
  18. 【vue大师晋级之路第一集:Vue基础】第8章——事件处理
  19. 12、MInio文件系统的使用小记一
  20. 很牛的求职经历(转)

热门文章

  1. JUSTCTF校赛安卓wp
  2. 【网络安全威胁】企业风险远不止勒索软件,盘点当今企业面临的四种安全威胁
  3. 驱动和应用层通信列子
  4. Python PIL库总结
  5. Mysql 查询一天中每半小时记录的数量
  6. androidstudio 常用快捷键
  7. keepalived主要模块
  8. log4j按天生成且有按照文件大小分割_论文阅读TGM:轨迹生成
  9. 【PAT】A1074 Reversing Linked List ***
  10. 卧槽!面试官 5 连问一个 TCP 连接可以发多少个 HTTP 请求?