Browse Results

Showing 19,776 through 19,800 of 61,781 results

PHP for Absolute Beginners

by Thomas Blom Hansen Jason Lengstorf

PHP is a server-side scripting language that enables you to develop dynamic sites that engage users in ways that are simply not possible using only HTML and CSS. PHP for Absolute Beginners takes a practical approach to teaching you how to build dynamic content for your website using PHP. You'll quickly get started with practical PHP projects, learning how to build a dynamic image gallery. By the end of the book you'll will have developed a personal blog complete with a password protected admin module. PHP for Absolute Beginners won't swamp you with every detail of the full PHP language up front - instead, you'll be introduced to a small, versatile subset of PHP and learn to use it creatively to develop dynamic web sites. In the process you will learn to use variables, control structures, functions, and objects to your advantage. You will learn how to plan and create databases and how to organize your PHP scripts beautifully. At the end of the book, you will be a confident PHP user, ready to take the next steps in creating great websites.

PHP by Example: A Practical Guide to Creating Web Applications with PHP

by Alex Vasilev

Learn to create web applications in PHP with minimal previous experience. This book is a practical guide to using PHP for web development. Loaded with examples and step-by-step instructions, each chapter is dedicated to a specific area or function. You’ll first review the main principles of PHP and what is needed to program and develop in it. You’ll then study variables, data types, control statements, arrays, and functions, all critical for creating efficient PHP programs. The book then moves on to object-oriented programming (OOP) and how to implement those principles in PHP, as well as inheritance, interfaces, testing, error handling, and exceptions. By the end of PHP by Example, you will have the knowledge and confidence to implement PHP for your web projects both large and small. What You’ll Learn Understand PHP from the ground up Create scripts and implement them in real-world projects Work with a broad toolkit of ready-made exercises and solutions Investigate the main constructions of the PHP

PHP and script.aculo.us Web 2.0 Application Interfaces

by Sridhar Rao

This book has a fast-paced and practical approach. It focuses on features, tutorials, quick-explanations, tips-n-tricks, and live real-world examples, using script.aculo.us. It contains complete code for all projects, all in an AJAX way. The author uses his vast experience as a programmer to show an interesting and creative way of building web applications. This book is for web developers who build simple yet agile and useful web applications. It is useful for PHP beginners and assumes basic knowledge of HTML, CSS, JavaScript, and PHP. The examples in the book use PHP, but can be adapted easily to other languages.

PHP and MySQL: The Missing Manual

by Brett Mclaughlin

<p>If you can build websites with CSS and JavaScript, this book takes you to the next level&#8212;creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and web forms. With step-by-step tutorials, real-world examples, and jargon-free explanations, you&#8217;ll soon discover the power of server-side programming.</p>

PHP and MySQL für Dummies (Für Dummies)

by Janet Valade

PHP ist nach wie vor die wichtigste serverseitige Websprache und MySQL das wichtigste Webdatenbank-Managementsystem. Als Team sind die beiden unschlagbar, wenn es um die Erstellung dynamischer Webseiten geht. In diesem Buch erklärt Ihnen Janet Valade die Grundlagen und das Zusammenspiel von PHP und MySQL anhand typischer Anwendungsbeispiele.

PHP and MySQL for Dynamic Web Sites: Visual Quickpro Guide

by Larry Ullman

It hasn't taken Web developers long to discover that when it comes to creating dynamic, database-driven Web sites, MySQL and PHP provide a winning open-source combination. Add this book to the mix, and there's no limit to the powerful, interactive Web sites that developers can create. <p><p>With step-by-step instructions, complete scripts, and expert tips to guide readers, veteran author and database designer Larry Ullman gets right down to business: After grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), he goes on to cover security, sessions and cookies, and using additional Web tools, with several sections devoted to creating sample applications. <p><p>This guide is indispensable for beginning to intermediate level Web designers who want to replace their static sites with something dynamic. In this edition, the bulk of the new material covers the latest features and techniques with PHP and MySQL. Also new to this edition are chapters introducing jQuery and object-oriented programming techniques.

PHP and MySQL Recipes

by Frank M. Kromann

This book is a source of instant solutions, including countless pieces of useful code that you can copy and paste into your own applications, giving you answers fast and saving you hours of coding time. You can also use this book as a reference to the most important aspects of the latest PHP scripting language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 7. PHP and MySQL Recipes: A Problem-Solution Approach supplies you with complete code for all of the common coding problems you are likely to face when using PHP and MySQL together in your day-to-day web application development. This invaluable guide includes over 200 recipes and covers numerous topics. What you hold in your hands is the answer to all your PHP 7 needs. Furthermore, this book explains the PHP functionality in detail, including the vastly improved object-oriented capabilities and the new MySQL database extension. PHP and MySQL Recipes will be a useful and welcome companion throughout your career as a web developer, keeping you on the cutting edge of PHP development, ahead of the competition, and giving you all the answers you need, when you need them. What you'll learn How to work with arrays, dates and times, strings, files and directories, and dynamic imaging How to write regular expressions in PHP How to use the variables and functions found in PHP How to do web development using PHP, including the creation of forms How to use MySQL databases using phpMyAdmin and other tools and clients How to use MySQL stored routines, PDOs, triggers, views, database queries, transactions, indexes and searching Who this book is for This reference is for experienced PHP and MySQL programmers and web developers who have at least some PHP and MySQL programming experience.

PHP and MySQL 24-Hour Trainer

by Andrea Tarr

Step-by-step lessons for using PHP and MySQL in a unique book-and-video combination Assuming no previous experience with PHP or MySQL, this book-and-video package is ideal reading for anyone who wants to go beyond HTML/CSS in order to provide clients with the most dynamic web sites possible. The approachable tone breaks down the basics of programming and PHP and MySQL in individual lessons starting with the installation of the programs necessary to run PHP. You begin with a static web site and then watch and learn as PHP functionality is added as you work through the lessons.When working with databases, the MySQL database is introduced with demonstrations that show how to interact with it. The accompanying videos enhance your learning experience, as each lesson in the book is portrayed in the video exercises.Lessons include:??Getting started with PHP ??Setting up your workspace??Adding PHP to a web page??Learning PHP syntax? ??Working with variables ??Debugging code? ??Working with complex data ??Making decisions ??Repeating program steps ??Learning about scope??Reusing code with functions??Creating forms??Introducing object-oriented programming??Defining classes??Using classes??Using advanced techniques??Handling errors??Writing secure code??Introducing databases ??Introducing MySQL??Creating and connecting to the ??Creating tables ??Entering data ??Selecting data ??Using multiple tables ??Changing data ??Deleting data ??Preventing database security issues ??Creating user logins ??Turn the case study into a content management systemNote: As part of the print version of this title, video lessons are included on DVD. For e-book versions, video lessons can be accessed at wrox.com using a link provided in the interior of the e-book.

PHP and MongoDB Web Development Beginner’s Guide

by Rubayeet Islam

The book follows a "Code first, explain later" approach, using practical examples in PHP to demonstrate unique features of MongoDB. This book is packed with step-by-step instructions and practical examples, along with challenges to test and improve your knowledge. This book assumes that you are experienced in web application development using PHP, HTML, and CSS. Having working knowledge of using a relational database system such as MySQL will help you grasp some of the concepts quicker, but it is not strictly mandatory. No prior knowledge of MongoDB is required.

PHP Web Services: APIs for the Modern Web

by Lorna Jane Mitchell

Whether you’re sharing data between two internal systems or building an API so that users can access their data, this practical guide has everything you need to build APIs with PHP. Author Lorna Jane Mitchell provides lots of hands-on code samples, real-world examples, and advice based on her extensive experience to guide you through the process—from the underlying theory to methods for making your service robust.You’ll learn how to use this language to work with JSON, XML, and other web service technologies. This updated second edition includes new tools and features that reflect PHP updates and changes on the Web.Explore HTTP, from the request/response cycle to its verbs, headers, and cookiesWork with and publish webhooks—user-defined HTTP callbacksDetermine whether JSON or XML is the best data format for your applicationGet advice for working with RPC, SOAP, and RESTful servicesUse several tools and techniques for debugging HTTP web servicesChoose the service that works best for your application, and learn how to make it robustDocument your API—and learn how to design it to handle errors

PHP Web Development with Laminas: Build a fully secured and functional e-commerce application with PHP using the Laminas framework

by Flavio Gomes Lisboa Enrico Zimuel

Learn how to develop modern object-oriented applications with PHP using test-driven development (TDD) and behavior-driven development (BDD) aided by mature reusable componentsKey FeaturesCreate clean code based on components' reusability to create large-scale enterprise applicationsMake effective use of design patterns in an object-oriented softwareUnderstand the division of a PHP web application structure in layers to build customized websites and apps for various business needsBook DescriptionConsidered the next generation of the Zend framework, Laminas is a high-performance PHP framework for creating powerful web applications with an evolutive architecture.This book takes a hands-on approach to equip you with the knowledge of the Laminas framework necessary to start building web applications based on the reuse of loosely coupled components. You'll learn how to create the basic structure of a PHP web application divided into layers, understand Laminas' MVC components, and be able to take advantage of the Eclipse platform as a method for developing with Laminas. Step by step, you'll build an e-commerce application based on the technical requirements of a fictional business, and get to grips with implementing those requirements using Laminas components.By the end of this web development book, you'll be able to build a completely secured MVC application in PHP language using Laminas.What you will learnDiscover how object-relational mapping is implemented with laminas-dbUnderstand behavior-driven development concepts to sharpen your skillsCreate lean controllers and flexible viewsBuild complete models and reusable componentsExplore the Eclipse platform for developing with LaminasFind out how easy it is to generate HTML forms with laminas-formPractice test-driven development to write precise programsWho this book is forThis book is best suited for programming beginner or developers with some experience looking to create clean-coded object-oriented web applications. Knowledge of basic PHP syntax, specifically variables, control structures, and functions, will aid you in understanding the concepts covered.

PHP Web 2.0 Mashup Projects

by Shu-Wai Chow

This book is a practical tutorial with five detailed and carefully explained case studies to build new and effective mashup applications. If you feel confident with your PHP programming, familiar with the basics of HTML and CSS, unafraid of XML, and interested in mashing things up, this is the book for you! There are a lot of formats and protocols, web services and web APIs encountered in this book â " you do not need to know anything about them or about AJAX; you will find all you need in the book.

PHP Team Development

by Samisa Abeysinghe

This book looks into PHP projects mainly from an enterprise view. The author's experience enables him to give you an overall picture of PHP projects and discuss factors that contribute to project success in a clear and precise manner. Each chapter focuses specifically on how the techniques covered will make team work easier. Examples (rather than abstract best practices) are used to illustrate the practical benefits. This book is for PHP developers who work in teams on complex PHP projects. With this book in hand, it is easy to discover the secrets of successful PHP projects that meet today's complex enterprise demands. This book can also be useful for project managers who are looking to be successful with PHP projects. Those who are stakeholders in PHP projects, such as clients, or those who want to sponsor PHP projects, can also learn what to expect and how to deal with a PHP project team with this book.

PHP Solutions

by David Powers

This is the third edition of David Powers' highly-respected PHP Solutions: Dynamic Web Design Made Easy. This new edition has been updated by David to incorporate changes to PHP since the second edition and to offer the latest techniques--a classic guide modernized for 21st century PHP techniques, innovations, and best practices. You want to make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of ready-made scripts: each PHP Solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or--if you prefer to leave that task to others--to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices.

PHP Reactive Programming

by Martin Sikora

Leverage the power of Reactive Programming in PHP About This Book • Develop an interesting multiplayer browser game written in RxJS and re-implement it using RxPHP • Enhance existing reactive applications by building a CLI tool combining Symfony Console • Implement Gearman and Rabbit MQ for asynchronous communication Who This Book Is For This book is aimed at people with a solid knowledge of PHP and programming languages in general. We also assume they have at least a little experience with other technologies such as JavaScript, Node.js, and others. What You Will Learn • How to work with the RxPHP library and see what it offers via many examples • Use the RxPHP library in combination with Symfony Console • The different approaches to using Symfony3's Event Dispatcher component • Test your reactive PHP code using PHPUnit • Analyze PHP source code and apply a custom set of rules by building a CLI tool In Detail Reactive Programming helps us write code that is concise, clear, and readable. Combining the power of reactive programming and PHP, one of the most widely used languages, will enable you to create web applications more pragmatically. PHP Reactive Programming will teach you the benefits of reactive programming via real-world examples with a hands-on approach. You will create multiple projects showing RxPHP in action alone and in combination with other libraries. The book starts with a brief introduction to reactive programming, clearly explaining the importance of building reactive applications. You will use the RxPHP library, built a reddit CLI using it, and also re-implement the Symfony3 Event Dispatcher with RxPHP. You will learn how to test your RxPHP code by writing unit tests. Moving on to more interesting aspects, you will implement a web socket backend by developing a browser game. You will learn to implement quite complex reactive systems while avoiding pitfalls such as circular dependencies by moving the RxJS logic from the frontend to the backend. The book will then focus on writing extendable RxPHP code by developing a code testing tool and also cover Using RxPHP on both the server and client side of the application. With a concluding chapter on reactive programming practices in other languages, this book will serve as a complete guide for you to start writing reactive applications in PHP. Style and approach This book will teach readers how to build reactive applications in a step-by-step manner. It will also present several examples of reactive applications implemented with different frameworks.

PHP Programming with PEAR

by Stoyan Stefanov Carsten Lucke

Packed with code examples, every topic is explained in a clear, practical way. This book is for PHP developers who want to maximize their productivity through the use of proven, high-quality, reusable PEAR components. Some experience of working with PEAR classes will prove helpful, and developers who've used PEAR before can find something new to delight them.

PHP Programming with MySQL

by Don Gosselin

As the first true academic textbook in the market to combine PHP with MySQL, PHP Programming with MySQL, by Don Gosselin covers one of the fastest growing technology combinations for developing interactive Web sites.

PHP Programming with MySQL

by Don Gosselin

As the first true academic textbook in the market to combine PHP with MySQL, PHP Programming with MySQL, by Don Gosselin covers one of the fastest growing technology combinations for developing interactive Web sites.

PHP Pocket Reference, 2nd Edition

by Rasmus Lerdorf

Simple, to the point, and compact, the second edition of PHP Pocket Referenceis thoroughly updated to include the specifics of PHP 4, the language's latest version. It is both a handy introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily.

PHP Pocket Reference

by Rasmus Lerdorf

Simple, to the point, and compact--in fact, exactly what you've come to expect in an O'Reilly Pocket Reference--the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4. Written by the founder of the PHP Project, Rasmus Lerdorf, PHP Pocket Reference is both a handy introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily; the slim size means you can keep it handy beside your keyboard for those times when you want to look up a function quickly without closing what you're doing. This valuable little book provides an authoritative overview of PHP packed into a pocket-sized guide that's easy to take anywhere. It is also the ideal companion for O'Reilly's comprehensive book on PHP, Programming PHP. The PHP Pocket Reference an indispensable (and inexpensive) tool for any serious PHP coder.

PHP Persistence

by Michael Romer

Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications. Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way you'll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP. What You'll Learn Define entities and references between entities Manage entities Master the Doctrine Query Language Use appropriate command-line tools for PHP persistence Program for caching Who This Book Is For Experienced PHP programmers and web developers with some exposure to PHP.

PHP Oracle Web Development: Data processing, Security, Caching, XML, Web Services, and Ajax

by Yuli Vasiliev

Through numerous examples, this book shows you how to build simple and efficient PHP applications on top of Oracle, efficiently distributing data processing between the Web/PHP server and Oracle Database server. Although this book covers only the most popular and up-to-date topic areas on the use of PHP in conjunction with Oracle, the author does not make any assumption about the skill level of the reader. Packed with information in an easy-to-read format, the book is ideal for any PHP developer who deals with Oracle.

PHP Objects, Patterns, and Practice

by Matt Zandstra

This book takes you beyond the PHP basics to the enterprise development practices used by professional programmers. Updated for PHP 5. 3 with new sections on closures, namespaces, and continuous integration, this edition will teach you about object features such as abstract classes, reflection, interfaces, and error handling. You'll also discover object tools to help you learn more about your classes, objects, and methods. Then you'll move into design patterns and the principles that make patterns powerful. You'll learn both classic design patterns and enterprise and database patterns with easy-to-follow examples. Finally, you'll discover how to put it all into practice to help turn great code into successful projects. You'll learn how to manage multiple developers with Subversion, and how to build and install using Phing and PEAR. You'll also learn strategies for automated testing and building, including continuous integration. Taken together, these three elements - object fundamentals, design principles, and best practices - will help you develop elegant and rock-solid systems. What you'll learn * Learn to work with object fundamentals: writing classes and methods, instantiating objects, and creating powerful class hierarchies using inheritance. * Master advanced object-oriented features, including static methods and properties. * Learn how to manage error conditions with exceptions, and create abstract classes and interfaces. * Understand and use design principles to deploy objects and classes effectively in your projects. * Learn about design patterns, their purpose and structure, and the underlying principles that govern them. * Discover a set of powerful patterns that you can deploy in your own projects. * Learn about the tools and practices that can guarantee a successful project including unit testing; version control; build, installation, and package management; and continuous integration. Who this book is for This book is suitable for anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects. Those who already know their interfaces from their abstracts may well still find it hard to use these features in their projects. These users will benefit from the book's emphasis on design. They will learn how to choose and combine the participants of a system, how to read design patterns, and how to use them in their code. Finally, this book is for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc. ) that can make projects safe, elegant, and stable. Table of Contents * PHP: Design and Management * PHP and Objects * Object Basics * Advanced Features * Object Tools * Objects and Design * What Are Design Patterns? Why Use Them? * Some Pattern Principles * Generating Objects * Patterns for Flexible Object Programming * Performing and Representing Tasks * Enterprise Patterns * Database Patterns * Good (and Bad) Practice * An Introduction to PEAR and Pyrus * Generating Documentation with phpDocumentor * Version Control with Subversion * Testing with PHPUnit * Automated Build with Phing * Continuous Integration * Objects, Patterns, Practice

PHP Objects, Patterns, and Practice

by Matt Zandstra

This book takes you beyond the PHP basics to the enterprise development practices used by professional programmers. Updated for PHP 5. 3 with new sections on closures, namespaces, and continuous integration, this edition will teach you about object features such as abstract classes, reflection, interfaces, and error handling. You'll also discover object tools to help you learn more about your classes, objects, and methods. Then you'll move into design patterns and the principles that make patterns powerful. You'll learn both classic design patterns and enterprise and database patterns with easy-to-follow examples. Finally, you'll discover how to put it all into practice to help turn great code into successful projects. You'll learn how to manage multiple developers with Subversion, and how to build and install using Phing and PEAR. You'll also learn strategies for automated testing and building, including continuous integration. Taken together, these three elements - object fundamentals, design principles, and best practices - will help you develop elegant and rock-solid systems. What you'll learn * Learn to work with object fundamentals: writing classes and methods, instantiating objects, and creating powerful class hierarchies using inheritance. * Master advanced object-oriented features, including static methods and properties. * Learn how to manage error conditions with exceptions, and create abstract classes and interfaces. * Understand and use design principles to deploy objects and classes effectively in your projects. * Learn about design patterns, their purpose and structure, and the underlying principles that govern them. * Discover a set of powerful patterns that you can deploy in your own projects. * Learn about the tools and practices that can guarantee a successful project including unit testing; version control; build, installation, and package management; and continuous integration. Who this book is for This book is suitable for anyone with at least a basic knowledge of PHP who wants to use its object-oriented features in their projects. Those who already know their interfaces from their abstracts may well still find it hard to use these features in their projects. These users will benefit from the book's emphasis on design. They will learn how to choose and combine the participants of a system, how to read design patterns, and how to use them in their code. Finally, this book is for PHP coders who want to learn about the practices and tools (version control, testing, continuous integration, etc. ) that can make projects safe, elegant, and stable. Table of Contents * PHP: Design and Management * PHP and Objects * Object Basics * Advanced Features * Object Tools * Objects and Design * What Are Design Patterns? Why Use Them? * Some Pattern Principles * Generating Objects * Patterns for Flexible Object Programming * Performing and Representing Tasks * Enterprise Patterns * Database Patterns * Good (and Bad) Practice * An Introduction to PEAR and Pyrus * Generating Documentation with phpDocumentor * Version Control with Subversion * Testing with PHPUnit * Automated Build with Phing * Continuous Integration * Objects, Patterns, Practice

PHP Microservices

by Carlos Perez Sanchez Pablo Solar Vilarino

Transit from monolithic architectures to highly available, scalable, and fault-tolerant microservices About This Book • Build your own applications based on event-driven microservices and set them up on a production server. • Successfully transform any monolithic application into a microservice. • Monitor the health of your application, prevent downtime, and reduce costs. Who This Book Is For PHP developers who want to build scalable, highly available, and secure applications will find this book useful. No knowledge of microservices is assumed. What You Will Learn • Set up a development environment using the right strategies and tools. • Learn about application design and structure to start implementing your application. • Transform a monolithic application into microservices. • Explore the best way to start implementing your application using testing. • Understand how to monitor your microservices, handle errors, and debug the application. • Deploy your finished application into a production environment and learn how to solve common problems. • Know how to scale your application based on microservices once it is up–and-running. In Detail The world is moving away from bulky, unreliable, and high-maintenance PHP applications, to small, easy-to-maintain and highly available microservices and the pressing need is for PHP developers to understand the criticalities in building effective microservices that scale at large. This book will be a reliable resource, and one that will help you to develop your skills and teach you techniques for building reliable microservices in PHP. The book begins with an introduction to the world of microservices, and quickly shows you how to set up a development environment and build a basic platform using Docker and Vagrant. You will then get into the different design aspects to be considered while building microservices in your favorite framework and you will explore topics such as testing, securing, and deploying microservices. You will also understand how to migrate a monolithic application to the microservice architecture while keeping scalability and best practices in mind. Furthermore you will get into a few important DevOps techniques that will help you progress on to more complex domains such as native cloud development, as well as some interesting design patterns. By the end of this book you will be able to develop applications based on microservices in an organized and efficient way. You will also gain the knowledge to transform any monolithic applications into microservices. Style and approach Filled with code that you can start typing straightaway, this book will take you through building, testing, securing, and deploying microservices in the most practical way possible. The focus of the book is more inclined towards showing you how it's done, rather than with what to do, although you will get a good idea of those tools most widely used to build microservices.

Refine Search

Showing 19,776 through 19,800 of 61,781 results