Muutke küpsiste eelistusi

E-raamat: PHP for the Web: Visual QuickStart Guide

  • Formaat: 528 pages
  • Sari: Visual QuickStart Guide
  • Ilmumisaeg: 25-Jul-2016
  • Kirjastus: Peachpit Press Publications
  • Keel: eng
  • ISBN-13: 9780134301877
Teised raamatud teemal:
  • Formaat - PDF+DRM
  • Hind: 42,11 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: 528 pages
  • Sari: Visual QuickStart Guide
  • Ilmumisaeg: 25-Jul-2016
  • Kirjastus: Peachpit Press Publications
  • Keel: eng
  • ISBN-13: 9780134301877
Teised raamatud teemal:

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Learn PHP programming the quick and easy way!

With PHP for the Web: 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. Author Larry Ullman guides readers through the ins and outs of both PHP 5 and PHP 7, and offers 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.





Easy visual approach uses demonstrations and real-world examples to guide you through dynamic web development using PHP and show you what to do step by step. Concise steps and explanations let you get up and running in no time. Essential reference guide keeps you coming back again and again. Whether youre a programming newbie or an experienced veteran learning PHP for the first time, this book will teach you all you need to know, including the latest changes in PHP and more efficient ways to tackle common needs.
Introduction ix
Chapter 1 Getting Started with PHP 1(30)
Basic HTML Syntax
2(5)
Basic PHP Syntax
7(3)
Using SFTP
10(2)
Testing Your Script
12(3)
Sending Text to the Browser
15(3)
Using the PHP Manual
18(3)
Sending HTML to the Browser
21(3)
Adding Comments to Scripts
24(3)
Basic Debugging Steps
27(2)
Review and Pursue
29(2)
Chapter 2 Variables 31(18)
What Are Variables?
32(4)
Variable Syntax
36(2)
Types of Variables
38(3)
Variable Values
41(3)
Understanding Quotation Marks
44(4)
Review and Pursue
48(1)
Chapter 3 HTML Forms and PHP 49(26)
Creating a Simple Form
50(4)
Choosing a Form Method
54(4)
Receiving Form Data in PHP
58(5)
Displaying Errors
63(2)
Error Reporting
65(3)
Manually Sending Data to a Page
68(5)
Review and Pursue
73(2)
Chapter 4 Using Numbers 75(18)
Creating the Form
76(3)
Performing Arithmetic
79(4)
Formatting Numbers
83(3)
Understanding Precedence
86(2)
Incrementing and Decrementing a Number
88(4)
Review and Pursue
92(1)
Chapter 5 Using Strings 93(28)
Creating the HTML Form
94(3)
Concatenating Strings
97(4)
Handling Newlines
101(3)
HTML and PHP
104(4)
Encoding and Decoding Strings
108(5)
Finding Substrings
113(4)
Replacing Parts of a String
117(3)
Review and Pursue
120(1)
Chapter 6 Control Structures 121(38)
Creating the HTML Form
122(3)
The if Conditional
125(3)
Validation Functions
128(4)
Using else
132(3)
More Operators
135(9)
Using elseif
144(4)
The Switch Conditional
148(4)
The for Loop
152(5)
Review and Pursue
157(2)
Chapter 7 Using Arrays 159(34)
What Is an Array?
160(2)
Creating an Array
162(4)
Adding Items to an Array
166(4)
Accessing Array Elements
170(3)
Creating Multidimensional Arrays
173(5)
Sorting Arrays
178(4)
Transforming Between Strings and Arrays
182(4)
Creating an Array from a Form
186(5)
Review and Pursue
191(2)
Chapter 8 Creating Web Applications 193(50)
Creating Templates
194(7)
Using External Files
201(6)
Using Constants
207(4)
Working with the Date and Time
211(3)
Handling HTML Forms with PHP, Revisited
214(6)
Making Forms Sticky
220(8)
Sending Email
228(5)
Output Buffering
233(4)
Manipulating HTTP Headers
237(4)
Review and Pursue
241(2)
Chapter 9 Cookies and Sessions 243(26)
What Are Cookies?
244(2)
Creating Cookies
246(5)
Reading from Cookies
251(3)
Adding Parameters to a Cookie
254(3)
Deleting a Cookie
257(3)
What Are Sessions?
260(1)
Creating a Session
261(3)
Accessing Session Variables
264(2)
Deleting a Session
266(2)
Review and Pursue
268(1)
Chapter 10 Creating Functions 269(28)
Creating and Using Simple Functions
270(6)
Creating and Calling Functions That Take Arguments
276(6)
Setting Default Argument Values
282(3)
Creating and Using Functions That Return a Value
285(5)
Understanding Variable Scope
290(6)
Review and Pursue
296(1)
Chapter 11 Files and Directories 297(48)
File Permissions
298(5)
Writing to Files
303(7)
Locking Files
310(3)
Reading from Files
313(3)
Handling File Uploads
316(9)
Navigating Directories
325(5)
Creating Directories
330(8)
Reading Files Incrementally
338(5)
Review and Pursue
343(2)
Chapter 12 Intro to Databases 345(44)
Introduction to SQL
346(2)
Connecting to MySQL
348(4)
MySQL Error Handling
352(3)
Creating a Table
355(5)
Inserting Data into a Database
360(6)
Securing Query Data
366(5)
Retrieving Data from a Database
371(5)
Deleting Data in a Database
376(6)
Updating Data in a Database
382(6)
Review and Pursue
388(1)
Chapter 13 Putting It All Together 389(38)
Getting Started
390(2)
Connecting to the Database
392(1)
Writing the User-Defined Function
393(3)
Creating the Template
396(4)
Logging In
400(4)
Logging Out
404(1)
Adding Quotes
405(4)
Listing Quotes
409(3)
Editing Quotes
412(6)
Deleting Quotes
418(4)
Creating the Home Page
422(4)
Review and Pursue
426(1)
Appendix A Installation and Configuration 427(22)
Appendix B Resources and Next Steps 449(10)
Index 459
Larry Ullman is a writer, web and software developer, trainer, instructor, speaker, and consultant. He has written more than 20 books, which have sold over 400,000 copies worldwide in more than 20 languages. As his readers, students, and co-workers can attest, Larrys strength is in translating geek into English: converting the technical and arcane into something comprehensible and useful.