没有合适的资源?快使用搜索试试~ 我知道了~
首页Beginning PHP and MySQL: From Novice to Professional, 5th Edition (True PDF)
资源详情
资源评论
资源推荐

Beginning PHP
and MySQL
From Novice to Professional
—
Fifth Edition
—
Frank M. Kromann

Beginning PHP
and MySQL
From Novice to Professional
Fifth Edition
Frank M.Kromann

Beginning PHP and MySQL: From Novice to Professional
ISBN-13 (pbk): 978-1-4302-6043-1 ISBN-13 (electronic): 978-1-4302-6044-8
https://doi.org/10.1007/978-1-4302-6044-8
Library of Congress Control Number: 2018964569
Copyright © 2018 by Frank M. Kromann
is work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the
material is concerned, specically the rights of translation, reprinting, reuse of illustrations, recitation,
broadcasting, reproduction on microlms or in any other physical way, and transmission or information
storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now
known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with
every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an
editorial fashion and to the benet of the trademark owner, with no intention of infringement of the
trademark.
e use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not
identied as such, is not to be taken as an expression of opinion as to whether or not they are subject to
proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of publication,
neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or
omissions that may be made. e publisher makes no warranty, express or implied, with respect to the
material contained herein.
Managing Director, Apress Media LLC: Welmoed Spahr
Acquisitions Editor: Steve Anglin
Development Editor: Matthew Moodie
Coordinating Editor: Mark Powers
Cover designed by eStudioCalamar
Cover image designed by Freepik (www.freepik.com)
Distributed to the book trade worldwide by Springer Science+Business Media NewYork, 233 Spring Street,
6th Floor, NewYork, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-
sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member
(owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a
Delaware corporation.
For information on translations, please e-mail editorial@apress.com; for reprint, paperback, or audio rights,
please email bookpermissions@springernature.com.
Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and
licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales
web page at http://www.apress.com/bulk-sales.
Any source code or other supplementary material referenced by the author in this book is available to
readers on GitHub via the book's product page, located at www.apress.com/9781430260431. For more
detailed information, please visit http://www.apress.com/source-code.
Printed on acid-free paper
FrankM.Kromann
Aliso Viejo, CA, USA

iii
Chapter 1: Introducing PHP �������������������������������������������������������������������������������������� 1
Key PHP Features �������������������������������������������������������������������������������������������������������������������������� 2
Practicality ������������������������������������������������������������������������������������������������������������������������������� 2
Power �������������������������������������������������������������������������������������������������������������������������������������� 5
Possibility �������������������������������������������������������������������������������������������������������������������������������� 6
Price ���������������������������������������������������������������������������������������������������������������������������������������� 6
The Current State of PHP �������������������������������������������������������������������������������������������������������������� 7
The PHP Ecosystem �������������������������������������������������������������������������������������������������������������������� 11
Drupal ������������������������������������������������������������������������������������������������������������������������������������ 11
WordPress ����������������������������������������������������������������������������������������������������������������������������� 12
Magento �������������������������������������������������������������������������������������������������������������������������������� 12
MediaWiki ������������������������������������������������������������������������������������������������������������������������������ 13
SugarCRM ������������������������������������������������������������������������������������������������������������������������������ 13
Zend Framework ������������������������������������������������������������������������������������������������������������������� 13
Summary������������������������������������������������������������������������������������������������������������������������������������� 14
Chapter 2: Configuring Your Environment �������������������������������������������������������������� 15
Choosing a Hosting Environment ������������������������������������������������������������������������������������������������ 17
Virtual Servers ����������������������������������������������������������������������������������������������������������������������� 17
Platform as a Service (PaaS) ������������������������������������������������������������������������������������������������� 17
Installation Prerequisites ������������������������������������������������������������������������������������������������������������ 18
Windows �������������������������������������������������������������������������������������������������������������������������������� 18
macOS ����������������������������������������������������������������������������������������������������������������������������������� 27
Linux �������������������������������������������������������������������������������������������������������������������������������������� 29
From Source �������������������������������������������������������������������������������������������������������������������������� 30
Table of Contents
About the Author ��������������������������������������������������������������������������������������������������xxiii
Introduction �����������������������������������������������������������������������������������������������������������xxv

iv
Congure PHP ����������������������������������������������������������������������������������������������������������������������������� 30
The Apache httpd�conf and �htaccess Files ��������������������������������������������������������������������������� 32
Within the Executing Script ��������������������������������������������������������������������������������������������������� 33
PHP’s Conguration Directives ���������������������������������������������������������������������������������������������� 33
Choosing an Editor ���������������������������������������������������������������������������������������������������������������������� 44
PHPStorm ������������������������������������������������������������������������������������������������������������������������������ 44
Atom �������������������������������������������������������������������������������������������������������������������������������������� 45
Sublime Text �������������������������������������������������������������������������������������������������������������������������� 45
Visual Studio Code ����������������������������������������������������������������������������������������������������������������� 45
PDT (PHP Development Tools) ����������������������������������������������������������������������������������������������� 45
Zend Studio ��������������������������������������������������������������������������������������������������������������������������� 46
Summary������������������������������������������������������������������������������������������������������������������������������������� 46
Chapter 3: PHP Basics �������������������������������������������������������������������������������������������� 47
Embedding PHP Code in Your Web Pages ����������������������������������������������������������������������������������� 48
Default Syntax ����������������������������������������������������������������������������������������������������������������������� 48
ShortTags ������������������������������������������������������������������������������������������������������������������������������� 49
Embedding Multiple Code Blocks ������������������������������������������������������������������������������������������ 50
Commenting Your Code ��������������������������������������������������������������������������������������������������������������� 50
Single-Line C++ Syntax �������������������������������������������������������������������������������������������������������� 51
Multiple-Line Comments ������������������������������������������������������������������������������������������������������� 52
Outputting Data to the Client ������������������������������������������������������������������������������������������������������� 53
Complex Output Using the printf() Statement ������������������������������������������������������������������������ 54
The sprintf() Statement ���������������������������������������������������������������������������������������������������������� 55
PHP’s Data Types ������������������������������������������������������������������������������������������������������������������������� 56
Scalar Data Types ������������������������������������������������������������������������������������������������������������������ 56
Compound Data Types ����������������������������������������������������������������������������������������������������������� 58
Converting Between Data Types Using Type Casting ������������������������������������������������������������� 60
Adapting Data Types with Type Juggling ������������������������������������������������������������������������������� 62
Type Identier Functions ������������������������������������������������������������������������������������������������������� 63
Table of ConTenTs
剩余888页未读,继续阅读

















安全验证
文档复制为VIP权益,开通VIP直接复制

评论0