Munna Kumarmunnakumar.hashnode.net·Aug 31, 2021What is PHP? The PHP programming meaning explainedPHP is an open-source server-side scripting language that many devs use for web development. It is also a general-purpose language that you can use to make lots of projects, including Graphical User Interfaces (GUIs). In this article, I will help you...Discuss·33 likes·193 readsPHP
Precious OladeleforICodeFor Earthdevprecious.hashnode.net·Aug 2, 2020Build Your First Application With Codeignter - 1Build Your First Application Overview This tutorial will cover the basics of Codeignter4 framework and the basics principle of MVC Codeignter4 is built on top PHP so you must have a basic understanding on PHP before diving in.. So basically we are g...Discuss·30 likes·102 readsWeb Development
Amegbleame Komlanvi Credo komlanvi.hashnode.net·Oct 15, 2020Apprendre le PHP (Les variables)Abonnez vous a la newsletter pour reçevoir les prochains articles (cours) sur le développement d'applications en PHP directement dans votre boite email. Qu'est ce qu'une variable ? Une variable sert a stocker temporairement des informations utilisabl...Discuss·16 likes·110 readsApprendre le langage de programmation PHPPHP
Karlebkarleb.hashnode.net·Apr 10, 2023Model Relationships In LaravelThe eloquent relationship provides a fluent way by which we define the relationship between databases and their respective models in Laravel. It is an important feature of the framework and one of its selling points, it is important to be familiar wi...Discuss·1 likeLaravel
Sajib Adhikarysajibadhi.hashnode.net·Feb 26, 2023Getting Started with PHP: A Beginner's GuidePHP is a popular server-side scripting language used for creating dynamic web pages and web applications. If you're new to PHP, getting started can be a daunting task. But don't worry, with a little bit of guidance, you can learn the basics of PHP an...DiscussPHP
Mzer Emmanuel Terdooterdoo.hashnode.net·Jan 17, 2023Step-by-step Guide to Setting up a Codeigniter Application on AWS LightsailThis tutorial will take you from zero to having a codeigniter app fully installed on AWS Lightsail instance. Introduction In this article, I will guide you to setting up the following technologies AWS Lightsail instance Apache PHP Composer Codei...Discuss·1 like·60 readsserver
Greg Bulmashcodeweb.hashnode.net·Nov 30, 2022The Complete Guide to PHP Spaceship OperatorPHP spaceship operator is used to compare two operands together according to 3 factors which are like the below list: Less than Greater than Equal to The expression of the PHP spaceship operator is written like this below syntax. operand_1 <=> o...Discuss·1 likePHP
Akash R Chandranakashrchandran.hashnode.net·Oct 24, 2022Simple movies Telegram bot using PHPI have been using telegram for almost 4+ years and have made more than 30 bots during this period. I made the first one in PHP and the rest were build in Python and JavaScript. So today I thought why not make a simple telegram bot in PHP. That's why ...Discuss·10 likes·156 readsPHP
Michael Fawoleadisotech.hashnode.net·Sep 30, 2022Registration and login with phpIn this article, I will be explaining everything that is hidden or not clear about the registration and login system in php. This article is for someone who is already familiar with local server like xampp or wamp. Creation Of Database Before you can...Discuss·4 likes·217 readsregistration and login
Manjit Baishyamy-coding-roadmap.hashnode.net·Sep 14, 2022Day 23: Getters & Setters in PHPGetters and Setters are a type of security concerned parameters. They allow certain function to occur at times and restrict some at times. Let me give you a brief example of what I really mean: <?php class movie { public $title; public $...Discuss·1 like·82 readsPHPOOPS
Manjit Baishyamy-coding-roadmap.hashnode.net·Sep 11, 2022Day 18: Loops in PHPA while loop is another special type of statement called the iterative statements. Iteration means that incrementation or decrementation of value. 1. WHILE LOOP A while loop with keep executing the codes written inside it untill the condition provid...DiscussPHPPHP7
Manjit Baishyamy-coding-roadmap.hashnode.net·Aug 30, 2022Day 10: Working with Arrays in PHPAn array is a variable that can hold multiple pieces of information within itself. A single array can hold numerous pieces of information like strings, integers, floating points, boolean, etc. all inside a single array variable. An array can be simpl...DiscussPHPPHP
Mike Maitozacodercafe.hashnode.net·Aug 4, 2022Finding my way with WordPressA long time ago, 15 years or so I learned PHP 5 and JavaScript as well as HTML and CSS. I was building some pretty cool little apps for fun until I had a major health scare. It took six months to get back to a place where I could code again. Unfortun...Peter Merritt and 2 others are discussing this3 people are discussing thisDiscuss·63 readsPHP7