Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Dec 18, 2024Blog Post: Managing Roles and Privileges in HR Management SystemsManaging user roles and permissions is a core part of any HR management system. Whether it’s for administrators, support staff, or other user roles, defining who has access to what functionalities is crucial for security and organisation. In this blo...PHP
Abdulrazaq Salihuabdrzqsalihu.hashnode.dev·Oct 10, 2024Working with PHP and MySQL: Building a Simple CRUD ApplicationPHP and MySQL have been my go-to for developing dynamic web applications. If you're just getting started or want to build a simple app that manages data, mastering CRUD operations (Create, Read, Update, Delete) is the first step. Let me walk you thro...12 likes·277 readsPHP
OnlineITtutsonlineittuts.hashnode.dev·Jan 21, 2024How to Create Registration Form in HTML with DatabaseHey guys hope you are all fine, today I’m going to share with you How to Create a Registration Form in HTML with a Database, Registering for a website is a vital first step within the strategy of changing into a member. This article will present you ...registration with php
Giver Kdkgiver-kdk.hashnode.dev·Oct 20, 2023PHP: MySQL DatabaseMySQL It is an open-source relational database system where we can store data in the form of tables. To use this database with PHP, we need to install MySQL but if you have XAMPP installed, MySQL already comes with it. To work with MySQL in PHP: We ...41 readsMySQL
AKANYIJUKA DANSONdantechx.hashnode.dev·Feb 26, 2023Connecting to the database server.First, you have to make sure that the database is created on the server, and that will be used as the database name. After creating the database with the server name, user name, and password known, a connection to the server to access the database ca...32 readsPHP
Akash Pateakashpate.com·Dec 4, 2022Migrating mysql functions to mysqli functions in PHPHello developers, In the journey of PHP Developer, we encounter projects developed in the old PHP version and are needed to migrate to the latest version. But Migrating from any project which contains an implementation of deprecated functions, we nee...1 like·68 readsMySQLi