- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
                        查看更多
                        
                    
                Quick and Dirty Intro to PHP  Northwestern University快速和肮脏的PHP 西北大学介绍
                    Quick and Dirty Intro to PHP By David Choffnes (content shamelessly ripped from the manual) What is PHP? PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Write an HTML script with some embedded code to do something Code is executed on the server.    What is PHP? An example: Example 1-1. An introductory example html 	head 		titleExample/title 	/head 	body 		?php 		       echo Hi, I’m a PHP script!; 		? 	/body /html   Ridiculous DB support (and more) Writing a database-enabled web page is incredibly simple. The following databases are currentlysupported: Adabas D, Ingres, Oracle (OCI7 and OCI8), dBase, InterBase, Ovrimos, Empress, FrontBase, PostgreSQL, FilePro (read-only), mSQL, Solid Hyperwave, Direct MS-SQL, Sybase, IBM DB2, MySQL, Velocis, Informix, ODBC, Unix dbm DBX database abstraction extension  allows you to transparently use any database Supports ODBC, the Open Database Connection standard, Support for talking to other services using protocols such as LDAP, IMAP, SNMP, NNTP, POP3, HTTP, COM (on Windows) and countless others.  Basic syntax Escaping from HTML Example 5-1. Ways of escaping from HTML 1. ? echo (this is the simplest, an SGML processing instruction\n); ?    ?= expression ? This is a shortcut for ? echo expression ? 2. ?php echo(if you want to serve XHTML or XML documents, do like this\n); ? 3. script language=php     echo (some editors (like FrontPage) don’t like processing instructions);     /script 4. % echo (You may optionally use ASP-style tags); %       %= $variable; # This is a shortcut for % echo . . . %  Basic Syntax Example 5-2. Advanced escaping ?php if ($expression) { 	?	 	strongThis is true./strong 	?php } else { 	? 	strongThis is false./strong 	?php } ?  Instruction Separation Instructions are separated the same as in C or Perl - terminate each statement with a semicolon. The closing tag (
                您可能关注的文档
- Properties of Mobile Radio Propagation Channel移动无线电波传播信道的特性.ppt
- Properties of Water Wikispaces水的性质 wiki空间.ppt
- Property Based Coordination MINES Sainttienne基于属性的协调矿山圣与#艾蒂安201.ppt
- Property Testing of the Diameter of a Graph TAU图头直径的属性检验.ppt
- Proportions of the Portrait KATE肖像的比例凯特.ppt
- Proposal for partnership jeffplank建议jeffplank伙伴关系.ppt
- Proposal for the 2012 Cervia Golf Club ITALY ECGC 建议2012切尔维亚高尔夫俱乐部意大利东京都.ppt
- PROPERTIES OF MATTER lougarland物lougarland性质.ppt
- Proposing Processes of Global Performance Management An提出全球绩效管理流程.ppt
- PROPOSTA REDE CEGONHA saude建议网络的鹳鸟。.ba.gov.br.ppt
- QUICK DRAW trafalgarenglish快速绘制 trafalgarenglish.wikispaces.ppt
- Quick Guide for Your IBM ThinkPad LAUSD快速指南为您的IBM ThinkPad lausd.ppt
- QUICK AND EASY PHYSICS DEMOS AND LABS快速和容易的物理演示实验室.ppt
- Quick Reference Guide IBM System x and Flex Systems 快速参考指南的IBM System x和Flex系统.ppt
- Quick Healthy Meals Welcome to De Anza College快速&健康餐欢迎来到德安萨学院.ppt
- Quiz 1for Units 1 and 2, Book 3 I.Word formation 测验1单位1和23一词的形成.ppt
- QUIZ pp测验聚丙烯. 618622.ppt
- Quiz Review Illinois State University伊利诺斯州立大学.ppt
- Quik Lube Oil Indiana University Bloomington快客润滑油印第安那大学布卢明顿.ppt
- QuN TR HNG TN KHO B211QTKD2A Class of tr h和192 #群TN b211qtkd2a class of经常NG.ppt
 原创力文档
原创力文档 
                        

文档评论(0)