Appweb Codersappwebcoders.hashnode.dev·Feb 15, 2024jQuery AJAX Mastery in PHP & MySQL (With Full Source Code)n the realm of web development, creating dynamic and interactive websites is key to engaging users and providing seamless experiences. One technology that has revolutionized the way web applications interact with servers is Ajax. In this article, we’...Discussphp, ajax
Prince Kouaméblog.princekouame.com·Jan 22, 2024Débloquez le potentiel de l'objet PDOPDO (PHP Data Objects) est une extension standard de PHP permettant d'accéder aux bases de données de manière normalisée et indépendante du SGBD (Système de Gestion de base de Données). Peu d'entre vous savent pourtant à quel point PDO peut révolutio...Discussrequete-optimisé
Mehdi Jaimjdev.vercel.app·Jun 24, 2023Create a Full-stack Blog with vanilla PHP — IntroBrief: This project focuses heavily on the PHP and the Back-end. The main goal is to enhance our skills and gain a deeper understanding of how things work. In the real world, there are frameworks that handle the job with the support of dedicated team...Discuss·154 readsCreate a Fullstack Blog with plain PHP with advanced features.PHP
Jorge Castrosouthprojects.com·Mar 11, 2023Using ORM in PHP without a framework.What is an ORM? An ORM is an abstraction of the information of the database. For example, let's say we have a list of cities and we want to list it. It is the PHP PDO version: $stmt = $pdo->prepare("SELECT * FROM cities"); $stmt->execute(); $result =...Discuss·537 readsPHP
Syed Sohansyedsohan.hashnode.dev·Feb 16, 2023Securing Your Web Applications with PHP OOP and PDOPHP is a widely-used scripting language for web development, and object-oriented programming (OOP) is a popular programming paradigm used in PHP. When combined with PDO (PHP Data Objects), a database access abstraction layer, developers can create ro...Discuss·148 readsPHP
Coding Gurukulcodinggurukul.hashnode.dev·Jan 12, 2023What is PHP Data Objects (PDO)Welcome Coders! This is my first article on hashnode, I this will help you in your journey of coding. Happy Coding!!!! PHP is an open-source general-purpose scripting language, which is widely used for creating dynamic and interactive web applicatio...Discuss·1 like·28 readsPDO