© 2023 Hashnode
#php7
PHP 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 b…
This 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 AW…
PHP 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. opera…
I 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 …
In 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 …
Getters 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 …
A 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 c…
An 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 ins…
1. JS/JavaScript It seems impossible to be a software developer without using JavaScript. The first one in the list is JavaScript, it seems impossible to imagine software development without JavaScrip…
A 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 …