HemGrupperDiskuteraMerTidsandan
Sök igenom hela webbplatsen
Denna webbplats använder kakor för att fungera optimalt, analysera användarbeteende och för att visa reklam (om du inte är inloggad). Genom att använda LibraryThing intygar du att du har läst och förstått våra Regler och integritetspolicy. All användning av denna webbplats lyder under dessa regler.

Resultat från Google Book Search

Klicka på en bild för att gå till Google Book Search.

Programming PHP av Rasmus Lerdorf
Laddar...

Programming PHP (utgåvan 2006)

av Rasmus Lerdorf, Kevin Tatroe, Peter MacIntyre

MedlemmarRecensionerPopularitetGenomsnittligt betygOmnämnanden
591240,036 (3.69)2
Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. You ́ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. If you have a working knowledge of HTML, authors Kevin Tatroe and Peter MacIntyre provide many style tips and practical programming advice in a clear and concise manner to help you become a top-notch PHP programmer. Understand what ́s possible when you use PHP programs Learn language fundamentals, including data types, variables, operators, and flow control statements Explore functions, strings, arrays, and objects Apply common web application techniques, such as form processing, data validation, session tracking, and cookies Interact with relational databases like MySQL or NoSQL databases such as MongoDB Generate dynamic images, create PDF files, and parse XML files Learn secure scripts, error handling, performance tuning, and other advanced topics Get a quick reference to PHP core functions and standard extensions… (mer)
Medlem:ThrivingKings
Titel:Programming PHP
Författare:Rasmus Lerdorf
Andra författare:Kevin Tatroe, Peter MacIntyre
Info:O'Reilly Media, Inc. (2006), Edition: 2, Paperback, 540 pages
Samlingar:Ditt bibliotek
Betyg:
Taggar:Ingen/inga

Verksinformation

Programming PHP av Rasmus Lerdorf

Ingen/inga
Laddar...

Gå med i LibraryThing för att få reda på om du skulle tycka om den här boken.

Det finns inga diskussioner på LibraryThing om den här boken.

» Se även 2 omnämnanden

danska (1)  engelska (1)  Alla språk (2)
Visar 2 av 2
Indeholder "Preface", "1. Introduction to PHP", " What Does PHP Do?", " A Brief History of PHP", " Installing PHP", " A Walk Through PHP", "2. Language Basics", " Lexical Structure", " Data Types", "Variables", " Expressions and Operators", " Flow-Control Statements", " Including Code", " Embedding PHP in Web Pages", "3. Functions", " Calling a Function", " Defining a Function", " Variable Scope", " Function Parameters", " Return Values", " Variable Functions", " Anonymous Functions", "4. Strings", " Quoting String Constants", " Printing Strings", " Accessing Individual Characters", " Cleaning Strings", " Encoding and Escaping", " Comparing Strings", " Manipulating and Searching Strings", " Regular Expressions", " POSIX-Style Regular Expressions", " Perl-Compatible Regular Expressions", "5. Arrays", " Indexed Versus Associative Arrays", " Identifying Elements of an Array", " Storing Data in Arrays", " Multidimensional Arrays", " Extracting Multiple Values", " Converting Between Arrays and Variables", " Traversing Arrays", " Sorting", " Acting on Entire Arrays", " Using Arrays", "6. Objects", " Terminology", " Creating an Object", " Accessing Properties and Methods", " Declaring a Class", " Introspection", " Serialization", "7. Web Techniques", " HTTP Basics", " Variables", " Server Information", " Processing Forms", " Setting Response Headers", " Maintaining State", " SSL", "8. Databases", " Using PHP to Access a Database", " Relational Databases and SQL", " PEAR DB Basics", " Advanced Database Techniques", " Sample Application", "9. Graphics", " Embedding an Image in a Page", " The GD Extension", " Basic Graphics Concepts", " Creating and Drawing Images", " Images with Text", " Dynamically Generated Buttons", " Scaling Images", " Color Handling", "10. PDF", " PDF Extensions", " Documents and Pages", " Text", " Images and Graphics", " Navigation", " Other PDF Features", "11. XML", " Lightning Guide to XML", " Generating XML", " Parsing XML", " Transforming XML with XSLT", " Web Services", "12. Security", " Global Variables and Form Data", " Filenames", " File Uploads", " File Permissions", " Concealing PHP Libraries", " PHP Code", " Shell Commands", " Security Redux", "13. Application Techniques", " Code Libraries", " Templating Systems", " Handling Output", " Error Handling", " Performance Tuning", "14. Extending PHP", " Architectural Overview", " What You'll Need", " Building Your First Extensions", " The config.m4 File", " Memory Management", " The pval/zval Data Type", " Parameter Handling", " Returning Values", " References", " Global Variables", " Creating Variables", " Extension INI Entries", " Resources", " Where to Go from Here", "15. PHP on Windows", " Installing and Configuring PHP on Windows", " Writing Portable Code for Windows and Unix", " Interfacing with COM", " Interfacing with ODBC Data Sources", "A. Function Reference", "B. Extension Overview", "Index", "About the Authors", "Colophon".

Glimrende reference til hvad PHP går ud på og hvad man kan bruge det til. Diverse features, der ikke er gode hvis man skriver store programmer eller ikke har 100% check på funktionerne er også dækket. .INI filer hvor der kan stå ting af katastrofal betydning, ikke-escapede strenge, der gives videre fra forms eller fra sidens url osv. Jeg er ikke nogen stor fan af PHP. ( )
  bnielsen | Jan 14, 2016 |
great book i loved it ( )
  11T | Aug 24, 2007 |
Visar 2 av 2
inga recensioner | lägg till en recension

» Lägg till fler författare (38 möjliga)

Författarens namnRollTyp av författareVerk?Status
Rasmus Lerdorfprimär författarealla utgåvorberäknat
Tatroe, Kevinmedförfattarevissa utgåvorbekräftat
Tatroe, KevinFörfattaremedförfattarevissa utgåvorbekräftat
Du måste logga in för att ändra Allmänna fakta.
Mer hjälp finns på hjälpsidan för Allmänna fakta.
Vedertagen titel
Originaltitel
Alternativa titlar
Första utgivningsdatum
Personer/gestalter
Viktiga platser
Viktiga händelser
Relaterade filmer
Motto
Dedikation
Inledande ord
Citat
Avslutande ord
Särskiljningsnotis
Förlagets redaktörer
På omslaget citeras
Ursprungsspråk
Kanonisk DDC/MDS
Kanonisk LCC

Hänvisningar till detta verk hos externa resurser.

Wikipedia på engelska (1)

Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. You ́ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. If you have a working knowledge of HTML, authors Kevin Tatroe and Peter MacIntyre provide many style tips and practical programming advice in a clear and concise manner to help you become a top-notch PHP programmer. Understand what ́s possible when you use PHP programs Learn language fundamentals, including data types, variables, operators, and flow control statements Explore functions, strings, arrays, and objects Apply common web application techniques, such as form processing, data validation, session tracking, and cookies Interact with relational databases like MySQL or NoSQL databases such as MongoDB Generate dynamic images, create PDF files, and parse XML files Learn secure scripts, error handling, performance tuning, and other advanced topics Get a quick reference to PHP core functions and standard extensions

Inga biblioteksbeskrivningar kunde hittas.

Bokbeskrivning
Haiku-sammanfattning

Pågående diskussioner

Ingen/inga

Populära omslag

Snabblänkar

Betyg

Medelbetyg: (3.69)
0.5
1
1.5
2 2
2.5
3 24
3.5 1
4 27
4.5
5 9

Är det här du?

Bli LibraryThing-författare.

 

Om | Kontakt | LibraryThing.com | Sekretess/Villkor | Hjälp/Vanliga frågor | Blogg | Butik | APIs | TinyCat | Efterlämnade bibliotek | Förhandsrecensenter | Allmänna fakta | 204,444,168 böcker! | Topplisten: Alltid synlig