Buy web-journey.com ?

Products related to PHP:


  • PHP Web Services 2e
    PHP Web Services 2e

    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

    Price: 23.99 £ | Shipping*: 3.99 £
  • PHP and MySQL Web Development
    PHP and MySQL Web Development

    PHP and MySQL Web Development, Fifth Edition The definitive guide to building database-driven Web applications with PHP and MySQL PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications.PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications. PHP and MySQL Web Development shows how to use these tools together to produce effective, interactive Web applications.It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server. This practical, hands-on book consistently focuses on real-world applications, even in the introductory chapters.The authors cover important aspects of security and authentication as they relate to building a real-world website and show you how to implement these aspects in PHP and MySQL.They also introduce you to the integration of front-end and back-end technologies by using JavaScript in your application development. The final part of this book describes how to approach real-world projects and takes the reader through the design, planning, and building of several projects, including: User authentication and personalizationWeb-based emailSocial media integrationShopping cart The fifth edition of PHP and MySQL Web Development has been thoroughly updated, revised, and expanded to cover developments in PHP through versions 5.6 and 7, as well as features introduced in recent stable releases of MySQL. Free Access to Web Edition Purchase of this book in any format, electronic or print, includes free access to the corresponding Web Edition.The Web Edition can be viewed on all types of computers and mobile devices with any modern web browser that supports HTML5. Contents at a Glance Part I: Using PHP 1 PHP Crash Course 2 Storing and Retrieving Data 3 Using Arrays 4 String Manipulation and Regular Expressions 5 Reusing Code and Writing Functions 6 Object-Oriented PHP 7 Error and Exception Handling Part II: Using MySQL 8 Designing Your Web Database 9 Creating Your Web Database 10 Working with Your MySQL Database 11 Accessing Your MySQL Database from the Web with PHP 12 Advanced MySQL Administration 13 Advanced MySQL Programming Part III: Web Application Security 14 Web Application Security Risks 15 Building a Secure Web Application 16 Implementing Authentication Methods with PHP Part IV: Advanced PHP Techniques 17 Interacting with the File System and the Server 18 Using Network and Protocol Functions 19 Managing the Date and Time 20 Internationalization and Localization 21 Generating Images 22 Using Session Control in PHP 23 Integrating JavaScript and PHP 24 Other Useful Features Part V: Building Practical PHP and MySQL Projects 25 Using PHP and MySQL for Large Projects 26 Debugging and Logging 27 Building User Authentication and Personalization 28 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part I 29 (PDF with Product Registration) Building a Web-Based Email Client with Laravel Part II 30 (PDF with Product Registration) Social Media Integration Sharing and Authentication 31 (PDF with Product Registration) Building a Shopping Cart Part VI: Appendix A Installing Apache, PHP, and MySQL

    Price: 40.99 £ | Shipping*: 0.00 £
  • Pro PHP Application Performance : Tuning PHP Web Projects for Maximum Performance
    Pro PHP Application Performance : Tuning PHP Web Projects for Maximum Performance

    Pro PHP Application Performance will help you understand all the technologies and components which play a role in how well your applications run.When seconds can mean the difference between retaining a user and losing a user, it's important for all of us to have optimization as part of our project roadmap.But what components within your application should you analyze?How should you optimize? And how can you measure how well your application is performing?These are some of the questions that are answered in this book. Along the way you will also learn the "why" of optimizing.You’ll discover why you should optimize a specific component, why selecting one function over another is beneficial, and how to find and use the optimization tools available to the open source community.You’ll also learn how to deploy caching software as well as web server software.Pro PHP Application Performance will also teach you more advanced techniques, such as: • Using Xdebug to profile functions that are not running as efficiently as possible. • Comparing opcode executed by different PHP functions to narrow the search for functions that run efficiently. • Using strace to analyze Apache while your application is served to the user. Once you complete this book you will have a complete sense of where to start optimizing and, most importantly, have the tools which allow you to continue optimizing in other PHP applications going forward.

    Price: 39.99 £ | Shipping*: 0.00 £
  • PHP & MySQL : Server-side Web Development
    PHP & MySQL : Server-side Web Development

    Apply bestselling author Jon Duckett's engaging and innovative style to learning PHP and MySQLLearn PHP, the programming language used to build sites like Facebook, Wikipedia and WordPress, then discover how these sites store information in a database (MySQL) and use the database to create the web pages. This full-color book is packed with inspiring code examples, infographics and photography that not only teach you the PHP language and how to work with databases, but also show you how to build new applications from scratch.It demonstrates practical techniques that you will recognize from popular sites where visitors can: Register as a member and log inCreate articles, posts and profiles that are saved in a databaseUpload their own images and filesAutomatically receive email notificationsLike and comment on posts. To show you how to apply the skills you learn, you will build a complete content management system, enhanced with features that are commonly seen on social networks. Written by best-selling HTML & CSS and JavaScript & jQuery author Jon Duckett, PHP & MySQL: Server-side Web Development uses a unique visual approach, with step-by-step instructions, practical code examples and pro tips that will teach you how to build modern database-driven websites using PHP.

    Price: 39.99 £ | Shipping*: 0.00 £
  • Should one use a Node.js web server, a PHP web server, or both?

    The choice between using a Node.js web server, a PHP web server, or both depends on the specific requirements of the project. Node.js is well-suited for building real-time applications and handling a large number of concurrent connections, while PHP is commonly used for server-side scripting and building dynamic web pages. If the project requires real-time features and scalability, using a Node.js web server may be the best option. However, if the project involves a lot of server-side scripting and working with databases, using a PHP web server may be more appropriate. In some cases, using both Node.js and PHP together can provide the best of both worlds, allowing for real-time features and server-side scripting to coexist within the same application.

  • How can one use JavaScript and PHP for web scraping?

    One can use JavaScript for web scraping by utilizing libraries such as Cheerio or Puppeteer to parse and extract data from web pages. These libraries allow users to navigate and manipulate the HTML and DOM of a webpage, enabling them to extract the desired information. On the other hand, PHP can be used for web scraping by using libraries like Goutte or Simple HTML DOM Parser to fetch and extract data from web pages. These libraries provide functions to make HTTP requests, parse HTML, and extract specific data from the webpage. By combining JavaScript and PHP, one can create a comprehensive web scraping solution that can handle different types of websites and extract the required data efficiently.

  • Which Python or PHP framework is suitable for web development?

    Both Python and PHP have popular frameworks for web development. For Python, Django is a suitable framework known for its scalability, security, and built-in features like authentication and admin interface. On the other hand, for PHP, Laravel is a popular framework known for its elegant syntax, robust features, and a large community of developers. Both frameworks have their strengths and weaknesses, so the choice ultimately depends on the specific requirements of the project and the developer's familiarity with the language and framework.

  • Can one become a web designer without learning JavaScript or PHP?

    Yes, it is possible to become a web designer without learning JavaScript or PHP. Web design focuses on the visual and user experience aspects of a website, such as layout, colors, and typography. However, having knowledge of JavaScript and PHP can be beneficial as they are commonly used in web development to create interactive and dynamic websites. It ultimately depends on the specific role and responsibilities you are aiming for in the field of web design.

Similar search terms for PHP:


  • Programming PHP : Creating Dynamic Web Pages
    Programming PHP : Creating Dynamic Web Pages

    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 programsLearn language fundamentals, including data types, variables, operators, and flow control statementsExplore functions, strings, arrays, and objectsApply common web application techniques, such as form processing, data validation, session tracking, and cookiesInteract with relational databases like MySQL or NoSQL databases such as MongoDBGenerate dynamic images, create PDF files, and parse XML filesLearn secure scripts, error handling, performance tuning, and other advanced topicsGet a quick reference to PHP core functions and standard extensions

    Price: 52.99 £ | Shipping*: 0.00 £
  • Building RESTful Web Services with PHP 7
    Building RESTful Web Services with PHP 7

    Learn how to build RESTful API and web services in PHP 7About This Book• Leverage the Lumen framework to build RESTful API endpoints for your applications• Understand how to increase efficiency and security of your web service. • Learn to apply the concepts by implementing the examples covered in the bookWho This Book Is ForThis book is for PHP developers who wish to learn about the REST architecture to be able to build and consume REST APIs in their applications. What You Will Learn• Understand the REST API architecture and its benefits• Write RESTful API web services in PHP 7• Address security-elated issues in a REST API• Leverage the importance of automated testing and write tests for API endpoints• Identify security flaws in our current API endpoints and tackle them effectively• Observe the working of Lumen microframeworks and write RESTful web services in itIn DetailREST is the most wide spread and effective standard to develop APIs for internet services.With the way PHP and its eco-system has modernized the way code is written by simplifying various operations, it is useful to develop RESTful APIs with PHP 7 and modern tools. This book explains in detail how to create your own RESTful API in PHP 7 that can be consumed by other users in your organization. Starting with a brief introduction to the fundamentals of REST architecture and the new features in PHP 7, you will learn to implement basic RESTful API endpoints using vanilla PHP.The book explains how to identify flaws in security and design and teach you how to tackle them.You will learn about composer, Lumen framework and how to make your RESTful API cleaner, secure and efficient.The book emphasizes on automated tests, teaches about different testing types and give a brief introduction to microservices which is the natural way forward. After reading this book, you will have a clear understanding of the REST architecture and you can build a web service from scratch. Style and approachThis book will get you started with REST architecture and will also teach you different methods to build web services from scratch.

    Price: 35.99 £ | Shipping*: 0.00 £
  • Modern PHP
    Modern PHP

    PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online.With this practical guide, you'll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries.Author Josh Lockhart-creator of PHP The Right Way, a popular initiative to encourage PHP best practices-reveals these new language features in action.You'll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment.If you have a basic understanding of PHP and want to bolster your skills, this is your book.Learn modern PHP features, such as namespaces, traits, generators, and closures Discover how to find, use, and create PHP components Follow best practices for application security, working with databases, errors and exceptions, and more Learn tools and techniques for deploying, tuning, testing, and profiling your PHP applications Explore Facebook's HVVM and Hack language implementations-and how they affect modern PHP Build a local development environment that closely matches your production server

    Price: 23.99 £ | Shipping*: 3.99 £
  • Building Dynamic Web Experiences with PHP : Harness the power of PHP to build dynamic and scalable websites
    Building Dynamic Web Experiences with PHP : Harness the power of PHP to build dynamic and scalable websites


    Price: 31.99 £ | Shipping*: 0.00 £
  • How do I integrate a C script into a PHP web server?

    To integrate a C script into a PHP web server, you can use the PHP extension API to create a PHP extension in C. This extension can then be compiled and loaded into the PHP server. You will need to write the necessary C code to implement the functionality you want to add to the PHP server. Once the extension is compiled and loaded, you can call the C functions from your PHP scripts to utilize the functionality provided by the C script.

  • How can I send an email with PHP code using PHP?

    To send an email with PHP code using PHP, you can use the built-in `mail()` function. This function takes parameters such as the recipient's email address, subject, message, and additional headers. Here is an example code snippet to send an email using PHP: ```php $to = "recipient@example.com"; $subject = "Test Email"; $message = "This is a test email sent using PHP."; $headers = "From: sender@example.com"; // Send email mail($to, $subject, $message, $headers); ``` Make sure to replace the email addresses with the appropriate ones and customize the message and subject as needed. Additionally, ensure that your server is properly configured to send emails.

  • Which travel destination do you recommend for an adventure vacation in 2022?

    I recommend Iceland as a travel destination for an adventure vacation in 2022. With its stunning landscapes including volcanoes, glaciers, hot springs, and waterfalls, Iceland offers a wide range of outdoor activities such as hiking, glacier trekking, snorkeling in crystal-clear waters, and exploring ice caves. Additionally, you can witness the mesmerizing Northern Lights during the winter months. Iceland's unique natural beauty and thrilling adventures make it a perfect choice for an unforgettable adventure vacation in 2022.

  • What is on Epstein's travel itinerary?

    Epstein's travel itinerary includes trips to various locations around the world, including his private island in the U.S. Virgin Islands, his residences in New York and Florida, and frequent trips to Paris, London, and other international destinations. Additionally, he has been known to travel to his properties in New Mexico and the Caribbean. His travel itinerary also includes visits to his various business interests and social engagements.

* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.