Web Programming with PHP and MySQL (häftad)
Fler böcker inom
Format
Häftad (Paperback / softback)
Språk
Engelska
Antal sidor
388
Utgivningsdatum
2015-11-10
Upplaga
1st ed. 2015
Förlag
Springer International Publishing AG
Illustratör/Fotograf
Bibliographie
Illustrationer
724 Illustrations, black and white; XIII, 388 p. 724 illus.
Dimensioner
234 x 156 x 21 mm
Vikt
563 g
Antal komponenter
1
Komponenter
1 Paperback / softback
ISBN
9783319226583

Web Programming with PHP and MySQL

A Practical Guide

Häftad,  Engelska, 2015-11-10
694
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor
Introductory textbook covering all the main features of the 'web programming' languages PHP and MySQL together with detailed examples that will enable readers (whether students on a taught course or independent learners) to use them to create their own applications or understand existing ones. A particular focus is the use of PHP to generate MySQL commands from a script as it is executed. Each chapter includes aims, a summary and practical exercises (with solutions) to support learning. Chapters are designed to stand alone as far as possible, so that they can be studied independently of the rest of the text by those with some previous knowledge of the languages. There is a comprehensive glossary of technical terms, together with extensive appendices for quick reference of language features.
Visa hela texten

Passar bra ihop

  1. Web Programming with PHP and MySQL
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 884 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Max Bramer

Recensioner i media

Web programming with PHP and MySQL fulfills the promise of its subtitle: a practical guide. The writing is friendly and clear, with the author indicating when every alternative to a command is not given and making suggestions on when it is necessary to consult with an Internet service provider (ISP). the book is a useful reference and serves as an introduction to using PHP and MySQL for building applications for the web. (Jeanine Meyer, Computing Reviews, computingreviews.com, June, 2016)

Övrig information

Max Bramer is Emeritus Professor of Information Technology at the University of Portsmouth, England. He has designed and implemented many websites for over 15 years and has made extensive use of PHP and MySQL in his work. His other Springer publications include successful textbooks on 'Principles of Data Mining' and 'Logic Programming with Prolog'.

Innehållsförteckning

Introduction.- PHP Fundamentals.- The PHP Language: Types of Statement.- More About Arrays.- Some Important Functions.- Formatted Print Functions.- Using Files.- User-Defined Functions.- Passing Variables to a PHP Script I.- Passing Variables to a PHP Script II.- PHP in Action: Managing a Members Area.- Using a MySQL Database I.- Using a MySQL Database II.- Creating and Updating MySQL Tables.- Using a PHP Script to Manage a MySQL Database.- PHP in Action: Converting Data between Text Files and Database Tables.- Using PHP to View and Edit Database Tables.- PHP in Action: Maintaining a Membership List.- Appendices