- 1、本文档共8页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
(php外文翻译
附录A 外文翻译-原文部分
PHP Language Basics
Active Server Pages (PHP) is a proven, well-established technology for building dynamic Web applications, which provides the power and flexibility you need to create anything from a personal, Web based photo gallery to a complete catalogue and shopping cart system for your next eCommerce project。 One unique feature of PHP is that it lets you choose your favourite scripting language, be it JavaScript or PHP ; however, PHP is by far the most popular choice. In this article, Ill bring you up to speed on the basic syntax of the PHP language, including variables, operators, and control structures.
This article is the second in a series teaching PHP. Specifically, the goal of this series is to teach you all you need to know to create dynamic Web sites using PHP. This article picks up right where the previous article in the series, Getting Started with PHP, left off.
Variables
Here is the listing for the first PHP script I helped you create in the previous article:
1 html
2 head
3 title My First PHP Page /title
4 /head
5 body
6 ?php
7 Write out a simple HTML paragraph
8 Echo pThis is a test of PHP./p
9 ?
10 /body
11 /html
As I admitted in that article, this is a pretty uninteresting example of an PHP script. When it comes right down to it, this script doesnt do anything a plain, old HTML page couldnt do. Oh sure, I gave a slightly more interesting example that displayed the current server time, but to be really useful a script needs to perform some form of calculation, or manipulate dynamic information to present it in some interesting way.
The language used for writing most PHP programs, and which Ill be using throughout this series, is called PHP . Like most programming languages, PHP lets you store data in variables. A variable may be thought of simply as a named location in memory where data may be stored. PHP is what is known as a loosely typed language, which means that a particular variable may store any kin
您可能关注的文档
- [中国教育史习题集.doc
- (ORACLEEXPLAINPLAN的总结.doc
- [中国教育在线专访中公专家刘运龙分析2015国考面试.doc
- (oracleindex.doc
- [中国教育简史习题及答案论述.doc
- (OracleJob定时任务使用方法.doc
- [中国教育简史第一次作业答案.doc
- (oraclelongraw字段处理方法.doc
- [中国文化“走出去”试卷100分.doc
- (OracleRMAN快速入门指南.doc
- 2025至2030中国环境噪声监测系统行业发展趋势分析与未来投资战略咨询研究报告.docx
- 2025至2030新能源城市行业发展趋势分析与未来投资战略咨询研究报告.docx
- 浙江省嘉兴市海宁市2025年初中数学毕业考试模拟冲刺卷含解析.pdf
- 2025至2030国内学生校服行业产业运行态势及投资规划深度研究报告.docx
- 三角形、平行四边形和梯形-苏教版四升五数学暑假专项提升(含解析).pdf
- 2025至2030中国鱼油行业市场发展现状及竞争格局与投资发展报告.docx
- 2025至2030金融仓储行业发展趋势分析与未来投资战略咨询研究报告.docx
- 城市更新对居民健康福祉的影响研究.docx
- 2025至2030住宅天花板行业发展趋势分析与未来投资战略咨询研究报告.docx
- 新改版湘教版八年级上册地理全册精编知识点(新教材).pdf
文档评论(0)