Muutke küpsiste eelistusi

E-raamat: PHP 7 in easy steps

  • Formaat: 192 pages
  • Ilmumisaeg: 27-Jul-2016
  • Kirjastus: In Easy Steps Limited
  • ISBN-13: 9781840787467
Teised raamatud teemal:
  • Formaat - EPUB+DRM
  • Hind: 14,56 €*
  • * 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: 192 pages
  • Ilmumisaeg: 27-Jul-2016
  • Kirjastus: In Easy Steps Limited
  • ISBN-13: 9781840787467
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. 

PHP 7 in easy steps will teach you to code server-side scripts, and demonstrates every aspect of the language you will need to produce professional web programming results. Its examples provide clear syntax-highlighted code showing PHP language basics including variables, arrays, logic, looping, functions, and classes.

PHP 7 in easy steps begins by explaining how to install a free web server and the PHP interpreter to create an environment in which you can produce your very own data-driven server-side web pages. You will learn how to write PHP server-side scripts and how to make MySQL database queries. Examples illustrate how to store and retrieve Session Data, how to provide a Message Board, and how to access Web Services APIs over HTTP.

PHP 7 in easy steps has an easy-to-follow style that will appeal to:





anyone who wants to begin producing data-driven web pages. web developers wanting to add server-side interaction to their web sites. the programmer who quickly wants to add PHP to their skills set. the hobbyist who wants to begin creating scripts for upload to their own ISP. the student, and to those seeking a career in computing, who need a fundamental understanding of server-side programming with PHP.

Using examples with free downloadable source code throughout, this guide will help you get started straight away for smart learning!
1 Getting started 7(14)
Introducing PHP
8(2)
Installing the Abyss server
10(2)
Installing the PHP engine
12(2)
Integrating Abyss and PHP
14(2)
Embedding PHP script code
16(2)
Scripting by the rules
18(2)
Summary
20(1)
2 Storing values 21(18)
Creating variables
22(2)
Quoting strings
24(2)
Producing arrays
26(2)
Sorting arrays
28(2)
Describing dimensions
30(2)
Checking types
32(2)
Defining constants
34(2)
Exploring superglobals
36(2)
Summary
38(1)
3 Performing operations 39(14)
Doing arithmetic
40(2)
Making comparisons
42(2)
Examining conditions
44(2)
Assessing logic
46(2)
Comparing bits
48(2)
Changing values
50(1)
Grasping precedence
51(1)
Summary
52(1)
4 Testing conditions 53(14)
Seeking truth
54(2)
Providing alternatives
56(2)
Switching branches
58(2)
Performing loops
60(2)
Looping while true
62(2)
Breaking from loops
64(2)
Summary
66(1)
5 Employing functions 67(14)
Defining functions
68(2)
Passing arguments
70(2)
Varying parameters
72(2)
Recognizing scope
74(2)
Returning values
76(2)
Calling back
78(2)
Summary
80(1)
6 Manipulating strings 81(14)
Comparing characters
82(2)
Searching text
84(2)
Extracting substrings
86(1)
Changing case
87(1)
Formatting strings
88(2)
Making dates
90(2)
Encoding entities
92(2)
Summary
94(1)
7 Building classes 95(14)
Encapsulating data
96(2)
Creating an object
98(2)
Initializing members
100(2)
Using constructors
102(2)
Inheriting properties
104(2)
Embracing polymorphism
106(2)
Summary
108(1)
8 Handling files 109(14)
Reading files
110(2)
Reading lines
112(1)
Reading characters
113(1)
Writing a file
114(2)
Appending text
116(2)
Handling errors
118(2)
Catching exceptions
120(2)
Summary
122(1)
9 Producing forms 123(22)
Performing actions
124(2)
Checking set values
126(2)
Validating form data
128(2)
Filtering data
130(2)
Sending hidden data
132(2)
Handling submissions
134(2)
Making sticky forms
136(2)
Uploading files
138(2)
Surrounding forms
140(2)
Appending link data
142(2)
Summary
144(1)
10 Preserving data 145(14)
Submitting cookie data
146(1)
Setting cookies
147(1)
Getting cookies
148(2)
Viewing cookie data
150(2)
Submitting session data
152(1)
Setting sessions
153(1)
Getting sessions
154(2)
Viewing session data
156(2)
Summary
158(1)
11 Connecting databases 159(14)
Making a connection
160(2)
Creating a forum
162(2)
Providing the page
164(2)
Supplying a form
166(2)
Processing messages
168(2)
Confirming success
170(2)
Summary
172(1)
12 Adding Web Services 173(14)
Loading data
174(2)
Getting nodes
176(2)
Getting attributes
178(2)
Including feeds
180(2)
Setting parameters
182(2)
Selecting components
184(2)
Summary
186(1)
Index 187
Mike McGrath gained his extensive knowledge of computer languages while working as a developer contracting to companies around the world. Mike is an established In Easy Steps author with several guides to his credit including: C++; Javascript, Java, Linux, PHP & MySQL, Python, Raspberry Pi and SQL.