- 1、本文档共20页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
毕业论文外文翻译-PHP基础语言_精品
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 kind of informati
您可能关注的文档
- 毕业论文---液压折弯机PLC控制系统的设计_精品.doc
- 毕业论文---平面零件的数控加工工艺分析_精品.doc
- 毕业论文---液压系统泄露问题探讨_精品.doc
- 毕业论文---校园网络服务器的配置与管理_精品.doc
- 毕业论文(设计):工艺装备课程设计_精品.doc
- 毕业论文---火锅营销策略分析_精品.doc
- 毕业论文--110KV牵引变电所防雷设计_精品.doc
- 毕业论文--5000td水泥熟料预分解窑烧成车间的工艺设计_精品.doc
- 毕业论文--CRM在汽车营销企业中的开发与应用_精品.doc
- 毕业论文--TBM在不良地质条件下的隧道掘进(含外文翻译)_精品.doc
- 2023年11月浙江省龙泉市教育系统2024年引进21名紧缺急需人才笔试历年典型考题(历年真题考点)解题思路附带答案详解.doc
- 作风建设学习教育查摆问题清单及整改措施.docx
- 常见药物作用、禁忌及急救用药知识试卷.docx
- 2023年11月海南保亭黎族苗族自治县事业单位工作人员(第二批)73人笔试历年典型考题(历年真题考点)解题思路附带答案详解.doc
- 常见护理技术操作并发症预防及处理措施知识试卷.docx
- 肠内营养患者护理相关问题及应对措施试卷.docx
- 中国PH与ORP通用传感器行业市场占有率及投资前景预测分析报告.pdf
- 中国PM2.5监测器行业市场占有率及投资前景预测分析报告.pdf
- 中国PID气体检测仪行业市场占有率及投资前景预测分析报告.pdf
- 中国PON光时域反射仪行业市场占有率及投资前景预测分析报告.pdf
文档评论(0)