40,95 €
40,95 €
inkl. MwSt.
Sofort per Download lieferbar
20 °P sammeln
40,95 €
Als Download kaufen
40,95 €
inkl. MwSt.
Sofort per Download lieferbar
20 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
40,95 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
20 °P sammeln
- Format: PDF
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung

Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.

Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
A quick, practical introduction to PHP and the MySQL database
- Geräte: PC
- ohne Kopierschutz
- eBook Hilfe
- Größe: 21.88MB
Andere Kunden interessierten sich auch für
Tim DowneyWeb Development with Java (eBook, PDF)44,95 €
Matthew NormanEssential ColdFusion fast (eBook, PDF)40,95 €
Aladdin AyeshEssential Dynamic HTML fast (eBook, PDF)22,95 €
Roland GabrielGestaltung und Einsatz von Datenbanksystemen (eBook, PDF)20,67 €
Web-based Support Systems (eBook, PDF)112,95 €
Multimedia Data Mining and Knowledge Discovery (eBook, PDF)136,95 €
Web Information Systems Engineering - WISE 2018 (eBook, PDF)40,95 €-
-
-
A quick, practical introduction to PHP and the MySQL database
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Springer London
- Seitenzahl: 252
- Erscheinungstermin: 6. Dezember 2012
- Englisch
- ISBN-13: 9781447102090
- Artikelnr.: 44008297
- Verlag: Springer London
- Seitenzahl: 252
- Erscheinungstermin: 6. Dezember 2012
- Englisch
- ISBN-13: 9781447102090
- Artikelnr.: 44008297
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
Simon Stobart, University of Sunderland, UK
1. Introduction.- Why PHP and MySQL?.- Is this Book for You?.- How to Use this Book.- 2. Creating a Typical PHP Development Environment.- WebBrowser.- Webserver.- PHP.- Text Editor.- Database.- Summary.- 3. Introducing PHP.- A Simple HTML Document.- First PHP Script.- The History of PHP.- Static and Dynamic Web Pages.- How Is PHP Different?.- Formatting PHP Instructions.- Jumping In and Out of PHP.- Echo and Print Statements.- Comment Statements.- Summary.- 4. Variables: Integer and Floating-Point Datatypes.- What Is a Variable?.- Assigning a Variable by Value.- Assigning a Variable by Reference.- Different Types of Variables.- Integers.- Floating-Point Numbers.- Summary.- 5. Variables: Strings.- Single Quoted Strings.- Double Quoted Strings.- Variables in Strings.- Joining Strings.- Referencing Characters in a String.- String Length.- Converting Strings.- Summary.- 6. Accessing Environment and PHP Variables.- Predefined Variables.- Environment Variables.- PHP Variables.- Summary.- 7. Investigating Expressions, Operands and Operators.- Expressions.- Operators.- Operands.- Arithmetic Operators.- The Assignment Operator.- Bit Manipulation Operators.- Comparison Operators.- The Conditional Operator.- Increment and Decrement operators.- Logical Operators.- Operator Precedence.- Summary.- 8. Controlling the Flow of Control.- Sequence, Selection and Iteration.- The if Statement.- The else Statement.- The elseif Statement.- The while Loop.- The do while Loop.- The for Loop.- Nested Loops.- Breaking Out of Loops.- The continue Statement.- The switch Statement.- Summary.- 9. Interacting with the User.- PHP and Forms.- Simple Form Processing.- GET and POST Methods.- Combining PHP and Forms.- Retaining Form Field Data.- Interacting with a PHP Application.- Summary.- 10. Arrays.- Single-Dimensional Arrays.- Multi-Dimensional Arrays.- Arrays and the foreach Loop.- Strings and Arrays.- Combination Arrays.- Manipulating Arrays at Run Time.- Summary.- 11. The MySQL Database Management System.- What Is MySQL?.- Starting the Database.- Creating a Database.- Dropping a Database.- Hiding the WinMySQLadmin Application.- Creating Database Tables.- Selecting a MySQL Database.- Creating Database Tables from a Dump File.- Dropping MySQL Databases and Tables.- Quitting MySQL.- Summary.- 12. Accessing MySQL Databases Using Php.- A Simple PHP Script to Display Database Records.- Accessing Multiple Records by Record Number.- Accessing Multiple Records by Column Name.- Checking for the Existence of Records.- Searching for Specific Records.- Using HyperLinks to Select Records.- Using a Form to Select Records.- Using a Form to Search on Different Fields.- Adding Records.- Deleting Records.- Updating Records.- Summary.- 13. Implementing Functions.- Advantages of Functions.- A Simple Function.- More Power to Functions: Using Arguments.- Functions with Multiple Parameters.- Functions and Local Variables.- Arguments Passed by Value.- Arguments Passed by Reference.- Default Argument Values.- Returning a Value from a Function.- Function Calls Within Functions.- Summary.- 14. Cookies.- Limitations of Cookies.- Setting a Cookie.- Viewing a Cookie.- Deleting a Cookie.- Using Cookies to Personalize Pages.- Summary.- 15. File Handling.- Opening a File.- Closing a File.- Reading Characters from a File.- The End of File Function.- Reading Lines from a File.- Reading a Remote File.- Writing to a File.- Summary.- 16. Classes and Objects.- A Simple Class.- Accessing an Object's Variables.- Multiple Objects of a Class.- Constructors.- Arrays of Objects.- Objects in Objects.- Inheritance.- Summary.- 17. Further Information Resources.- The PHP Manual.- The PHP Online Manual and FAQ.- The MySQL Manual.- The MySQL Online Manual and FAQ.- Other Online Resources.- And Finally.
1. Introduction.- Why PHP and MySQL?.- Is this Book for You?.- How to Use this Book.- 2. Creating a Typical PHP Development Environment.- WebBrowser.- Webserver.- PHP.- Text Editor.- Database.- Summary.- 3. Introducing PHP.- A Simple HTML Document.- First PHP Script.- The History of PHP.- Static and Dynamic Web Pages.- How Is PHP Different?.- Formatting PHP Instructions.- Jumping In and Out of PHP.- Echo and Print Statements.- Comment Statements.- Summary.- 4. Variables: Integer and Floating-Point Datatypes.- What Is a Variable?.- Assigning a Variable by Value.- Assigning a Variable by Reference.- Different Types of Variables.- Integers.- Floating-Point Numbers.- Summary.- 5. Variables: Strings.- Single Quoted Strings.- Double Quoted Strings.- Variables in Strings.- Joining Strings.- Referencing Characters in a String.- String Length.- Converting Strings.- Summary.- 6. Accessing Environment and PHP Variables.- Predefined Variables.- Environment Variables.- PHP Variables.- Summary.- 7. Investigating Expressions, Operands and Operators.- Expressions.- Operators.- Operands.- Arithmetic Operators.- The Assignment Operator.- Bit Manipulation Operators.- Comparison Operators.- The Conditional Operator.- Increment and Decrement operators.- Logical Operators.- Operator Precedence.- Summary.- 8. Controlling the Flow of Control.- Sequence, Selection and Iteration.- The if Statement.- The else Statement.- The elseif Statement.- The while Loop.- The do while Loop.- The for Loop.- Nested Loops.- Breaking Out of Loops.- The continue Statement.- The switch Statement.- Summary.- 9. Interacting with the User.- PHP and Forms.- Simple Form Processing.- GET and POST Methods.- Combining PHP and Forms.- Retaining Form Field Data.- Interacting with a PHP Application.- Summary.- 10. Arrays.- Single-Dimensional Arrays.- Multi-Dimensional Arrays.- Arrays and the foreach Loop.- Strings and Arrays.- Combination Arrays.- Manipulating Arrays at Run Time.- Summary.- 11. The MySQL Database Management System.- What Is MySQL?.- Starting the Database.- Creating a Database.- Dropping a Database.- Hiding the WinMySQLadmin Application.- Creating Database Tables.- Selecting a MySQL Database.- Creating Database Tables from a Dump File.- Dropping MySQL Databases and Tables.- Quitting MySQL.- Summary.- 12. Accessing MySQL Databases Using Php.- A Simple PHP Script to Display Database Records.- Accessing Multiple Records by Record Number.- Accessing Multiple Records by Column Name.- Checking for the Existence of Records.- Searching for Specific Records.- Using HyperLinks to Select Records.- Using a Form to Select Records.- Using a Form to Search on Different Fields.- Adding Records.- Deleting Records.- Updating Records.- Summary.- 13. Implementing Functions.- Advantages of Functions.- A Simple Function.- More Power to Functions: Using Arguments.- Functions with Multiple Parameters.- Functions and Local Variables.- Arguments Passed by Value.- Arguments Passed by Reference.- Default Argument Values.- Returning a Value from a Function.- Function Calls Within Functions.- Summary.- 14. Cookies.- Limitations of Cookies.- Setting a Cookie.- Viewing a Cookie.- Deleting a Cookie.- Using Cookies to Personalize Pages.- Summary.- 15. File Handling.- Opening a File.- Closing a File.- Reading Characters from a File.- The End of File Function.- Reading Lines from a File.- Reading a Remote File.- Writing to a File.- Summary.- 16. Classes and Objects.- A Simple Class.- Accessing an Object's Variables.- Multiple Objects of a Class.- Constructors.- Arrays of Objects.- Objects in Objects.- Inheritance.- Summary.- 17. Further Information Resources.- The PHP Manual.- The PHP Online Manual and FAQ.- The MySQL Manual.- The MySQL Online Manual and FAQ.- Other Online Resources.- And Finally.







