Página InicialGruposDiscussãoMaisZeitgeist
Pesquisar O Sítio Web
Este sítio web usa «cookies» para fornecer os seus serviços, para melhorar o desempenho, para analítica e (se não estiver autenticado) para publicidade. Ao usar o LibraryThing está a reconhecer que leu e compreende os nossos Termos de Serviço e Política de Privacidade. A sua utilização deste sítio e serviços está sujeita a essas políticas e termos.

Resultados dos Livros Google

Carregue numa fotografia para ir para os Livros Google.

Programming PHP: Creating Dynamic Web Pages…
A carregar...

Programming PHP: Creating Dynamic Web Pages (edição 2013)

por Kevin Tatroe (Autor)

MembrosCríticasPopularidadeAvaliação médiaMenções
591240,046 (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… (mais)
Membro:Kalvarra
Título:Programming PHP: Creating Dynamic Web Pages
Autores:Kevin Tatroe (Autor)
Informação:O'Reilly Media (2013), Edition: Third, 540 pages
Coleções:A sua biblioteca
Avaliação:
Etiquetas:Nenhum(a)

Informação Sobre a Obra

Programming PHP por Rasmus Lerdorf

Adicionado recentemente porprengel90, davidany, zhuazhua88, hammondj, kenf, Lauren-at-LT
Nenhum(a)
A carregar...

Adira ao LibraryThing para descobrir se irá gostar deste livro.

Ainda não há conversas na Discussão sobre este livro.

» Ver também 2 menções

Mostrando 2 de 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 |
Mostrando 2 de 2
sem críticas | adicionar uma crítica

» Adicionar outros autores (38 possíveis)

Nome do autorPapelTipo de autorObra?Estado
Rasmus Lerdorfautor principaltodas as ediçõescalculado
Tatroe, Kevinautor secundárioalgumas ediçõesconfirmado
Tatroe, KevinAutorautor secundárioalgumas ediçõesconfirmado
Tem de autenticar-se para poder editar dados do Conhecimento Comum.
Para mais ajuda veja a página de ajuda do Conhecimento Comum.
Título canónico
Título original
Títulos alternativos
Data da publicação original
Pessoas/Personagens
Locais importantes
Acontecimentos importantes
Filmes relacionados
Epígrafe
Dedicatória
Primeiras palavras
Citações
Últimas palavras
Nota de desambiguação
Editores da Editora
Autores de citações elogiosas (normalmente na contracapa do livro)
Língua original
DDC/MDS canónico
LCC Canónico

Referências a esta obra em recursos externos.

Wikipédia em inglês (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

Não foram encontradas descrições de bibliotecas.

Descrição do livro
Resumo Haiku

Current Discussions

Nenhum(a)

Capas populares

Ligações Rápidas

Avaliação

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

É você?

Torne-se num Autor LibraryThing.

 

Acerca | Contacto | LibraryThing.com | Privacidade/Termos | Ajuda/Perguntas Frequentes | Blogue | Loja | APIs | TinyCat | Bibliotecas Legadas | Primeiros Críticos | Conhecimento Comum | 204,497,373 livros! | Barra de topo: Sempre visível