蚂蚁文库
换一换
首页 蚂蚁文库 > 资源分类 > DOC文档下载
 

【精品文档】386关于计算机专业PHP语言介绍简jie概述有关的外文文献翻译成品:PHP基础语言(中英文双语对照)

  • 资源ID:13248279       资源大小:53.00KB        全文页数:8页
  • 资源格式: DOC        下载权限:游客/注册会员    下载费用:29.9积分 【人民币29.9元】
快捷注册下载 游客一键下载
会员登录下载
三方登录下载: 微信快捷登录 QQ登录  
下载资源需要29.9积分 【人民币29.9元】
邮箱/手机:
温馨提示:
支付成功后,系统会自动生成账号(用户名和密码都是您填写的邮箱或者手机号),方便下次登录下载和查询订单;
支付方式: 微信支付    支付宝   
验证码:   换一换

 
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,既可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰   

【精品文档】386关于计算机专业PHP语言介绍简jie概述有关的外文文献翻译成品:PHP基础语言(中英文双语对照)

此文档是毕业设计外文翻译成品( 含英文原文中文翻译),无需调整复杂的格式下载之后直接可用,方便快捷本文价格不贵,也就几十块钱一辈子也就一次的事 外文标题PHP Language Basics 外文作者Jason Lengstorf 文献出处 PHP for Absolute Beginners,2018 pp 29-68 如觉得年份太老,可改为近2年,毕竟很多毕业生都这样做 英文2187单词,12403字符字符就是印刷符,中文3135汉字。(如果字数多了,可自行删减,大多数学校都是要求选取外文的一部分内容进行翻译的。) 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 per some of calculation, or manipulate dynamic ination 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 ination, be it a number, a piece of text, a date, or some more complicated chunk of data as opposed to strictly typed languages where you can only store one kind of ination in each variable. Before you can use a variable, though, you must declare it; that is, you must let PHP know that you want to create a variable with a particular name. Lets look at a basic example to help solidify these concepts in your mind. Say you were writing a Web page that pered conversions between Celsius and Fahrenheit temperatures. In countries where Celsius is used, 20deg;C is commonly accepted as the value for room temperature. The following code creates a variable calle

注意事项

本文(【精品文档】386关于计算机专业PHP语言介绍简jie概述有关的外文文献翻译成品:PHP基础语言(中英文双语对照))为本站会员(从优秀到卓越)主动上传,蚂蚁文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知蚂蚁文库(发送邮件至2303240369@qq.com或直接QQ联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们


网站客服QQ:2303240369

copyright@ 2017-2027 mayiwenku.com 

网站版权所有  智慧蚂蚁网络

经营许可证号:ICP备2024020385号



收起
展开