Muutke küpsiste eelistusi

PHP for the Web: Visual QuickStart Guide 4th edition [Pehme köide]

  • Formaat: Paperback / softback, 528 pages, kõrgus x laius x paksus: 228x180x26 mm, kaal: 750 g, Illustrations
  • Sari: Visual QuickStart Guide
  • Ilmumisaeg: 24-Mar-2011
  • Kirjastus: Peachpit Press Publications
  • ISBN-10: 0321733452
  • ISBN-13: 9780321733450
Teised raamatud teemal:
  • Pehme köide
  • Hind: 58,59 €*
  • * saadame teile pakkumise kasutatud raamatule, mille hind võib erineda kodulehel olevast hinnast
  • See raamat on trükist otsas, kuid me saadame teile pakkumise kasutatud raamatule.
  • Kogus:
  • Lisa ostukorvi
  • Tasuta tarne
  • Lisa soovinimekirja
  • Formaat: Paperback / softback, 528 pages, kõrgus x laius x paksus: 228x180x26 mm, kaal: 750 g, Illustrations
  • Sari: Visual QuickStart Guide
  • Ilmumisaeg: 24-Mar-2011
  • Kirjastus: Peachpit Press Publications
  • ISBN-10: 0321733452
  • ISBN-13: 9780321733450
Teised raamatud teemal:
Intended for beginning web programmers, this guide to getting started with PHP provides practical information on core features and uses of this popular server-side scripting language. Topics discussed include variables, HTML and PHP integration, numbers and strings, control structures, arrays, web application development, cookies and sessions, functions, files and directories, and database integration. Chapters include numerous illustrations, screenshots and code examples, and access to additional online resources is provided. This forth edition is updated to reflect changes in the PHP standards including the deprecation of regular expressions and other features. Ullman is an experienced web developer and trainer. Annotation ©2012 Book News, Inc., Portland, OR (booknews.com)

With PHP for the World Wide Web, Fourth Edition: Visual QuickStart Guide, readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. This task-based visual reference guide uses step-by-step instructions and plenty of screenshots to teach beginning and intermediate users this popular open-source scripting language. Leading technology author Larry Ullman guides readers through the latest developments including use and awareness of HTML5 with PHP. Other addressed changes include removal of outdated functions and more efficient ways to tackle common needs.

Both beginning users, who want a thorough introduction to the technology, and more intermediate users, who are looking for a convenient reference, will find what they need here--in straightforward language and through readily accessible examples.
Introduction ix
Chapter 1 Getting Started with PHP
1(30)
Basic HTML Syntax
2(5)
Basic PHP Syntax
7(3)
Using FTP
10(2)
Testing Your Script
12(3)
Sending Text to the Browser
15(3)
Using the PHP Manual
18(4)
Sending HTML to the Browser
22(3)
Adding Comments to Scripts
25(3)
Basic Debugging Steps
28(2)
Review and Pursue
30(1)
Chapter 2 Variables
31(18)
What Are Variables?
32(4)
Variable Syntax
36(2)
Types of Variables
38(3)
Variable Values
41(4)
Understanding Quotation Marks
45(3)
Review and Pursue
48(1)
Chapter 3 HTML Forms and PHP
49(24)
Creating a Simple Form
50(4)
Choosing a Form Method
54(3)
Receiving Form Data in PHP
57(4)
Displaying Errors
61(3)
Error Reporting
64(3)
Manually Sending Data to a Page
67(5)
Review and Pursue
72(1)
Chapter 4 Using Numbers
73(18)
Creating the Form
74(3)
Performing Arithmetic
77(4)
Formatting Numbers
81(3)
Understanding Precedence
84(2)
Incrementing and Decrementing a Number
86(2)
Creating Random Numbers
88(2)
Review and Pursue
90(1)
Chapter 5 Using Strings
91(24)
Creating the HTML Form
92(3)
Concatenating Strings
95(3)
Handling Newlines
98(2)
HTML and PHP
100(3)
Encoding and Decoding Strings
103(4)
Finding Substrings
107(4)
Replacing Parts of a String
111(3)
Review and Pursue
114(1)
Chapter 6 Control Structures
115(36)
Creating the HTML Form
116(3)
The if Conditional
119(3)
Validation Functions
122(4)
Using else
126(3)
More Operators
129(9)
Using elseif
138(4)
The Switch Conditional
142(4)
The for Loop
146(4)
Review and Pursue
150(1)
Chapter 7 Using Arrays
151(32)
What Is an Array?
152(2)
Creating an Array
154(4)
Adding Items to an Array
158(3)
Accessing Array Elements
161(3)
Creating Multidimensional Arrays
164(4)
Sorting Arrays
168(4)
Transforming Between Strings and Arrays
172(4)
Creating an Array from a Form
176(6)
Review and Pursue
182(1)
Chapter 8 Creating Web Applications
183(48)
Creating Templates
184(8)
Using External Files
192(5)
Using Constants
197(4)
Working with the Date and Time
201(3)
Handling HTML Forms with PHP, Revisited
204(6)
Making Forms Sticky
210(7)
Sending Email
217(5)
Output Buffering
222(3)
Manipulating HTTP Headers
225(5)
Review and Pursue
230(1)
Chapter 9 Cookies and Sessions
231(26)
What Are Cookies?
232(2)
Creating Cookies
234(5)
Reading from Cookies
239(3)
Adding Parameters to a Cookie
242(3)
Deleting a Cookie
245(3)
What Are Sessions?
248(1)
Creating a Session
249(3)
Accessing Session Variables
252(2)
Deleting a Session
254(2)
Review and Pursue
256(1)
Chapter 10 Creating Functions
257(30)
Creating and Using Simple Functions
258(7)
Creating and Calling Functions That Take Arguments
265(6)
Setting Default Argument Values
271(3)
Creating and Using Functions That Return a Value
274(5)
Understanding Variable Scope
279(7)
Review and Pursue
286(1)
Chapter 11 Files and Directories
287(46)
File Permissions
288(5)
Writing to Files
293(8)
Locking Files
301(3)
Reading from Files
304(3)
Handling File Uploads
307(8)
Navigating Directories
315(5)
Creating Directories
320(7)
Reading Files Incrementally
327(5)
Review and Pursue
332(1)
Chapter 12 Intro to Databases
333(46)
Introduction to SQL
334(2)
Connecting to MySQL
336(4)
MySQL Error Handling
340(3)
Creating and Selecting a Database
343(4)
Creating a Table
347(5)
Inserting Data into a Database
352(6)
Securing Query Data
358(3)
Retrieving Data from a Database
361(5)
Deleting Data in a Database
366(6)
Updating Data in a Database
372(6)
Review and Pursue
378(1)
Chapter 13 Putting It All Together
379(36)
Getting Started
380(2)
Connecting to the Database
382(1)
Writing the User-Defined Function
383(2)
Creating the Template
385(3)
Logging In
388(4)
Logging Out
392(1)
Adding Quotes
393(4)
Listing Quotes
397(3)
Editing Quotes
400(6)
Deleting Quotes
406(4)
Creating the Home Page
410(4)
Review and Pursue
414(1)
Appendix A Installation and Configuration 415(22)
Appendix B Resources and Next Steps 437(10)
Index 447