CMCarlos Mendozaincarlosjmendoza91.hashnode.dev·May 14, 2022 · 3 min readLoops in PHPUp until now, we have learned how to create conditional blocks inside our code. But, what if we need to repeat certain code in our script several times? Do we just copy and paste a bunch of IF statements throughout our code? Well, no. Loops are here ...00
CMCarlos Mendozaincarlosjmendoza91.hashnode.dev·May 7, 2022 · 3 min readThe Conditional SentencesSo far, we have seen how we can create simple code in PHP. But, if we talk about conditions, do you know how to create conditional sentences in PHP? For example, to execute a block of code if a certain condition is met? Conditional sentences allow ou...00
CMCarlos Mendozaincarlosjmendoza91.hashnode.dev·May 3, 2022 · 4 min readPHP - OperatorsMaybe "operators" is not a word that you use on a daily basis, but that does not mean you don't use them everyday. We all have been learning about operators since pre-school. Definition So, what is an operator? Basically, it is something (generally a...00
CMCarlos Mendozaincarlosjmendoza91.hashnode.dev·Apr 17, 2022 · 6 min readPHP - Data Types & VariablesNow that we have learned the very basics of PHP in the last blog entry, it's time to review one of the fundamental pieces of this programming language: Data Types. Data Types are the foundation that allows us to represent real problems through code. ...00
CMCarlos Mendozaincarlosjmendoza91.hashnode.dev·Apr 14, 2022 · 3 min readPHP - IntroductionWell, I've been working with PHP for a long time. But I always felt that I never took the time to really study it properly. In this PHP series, I will be sharing with you everything I'll be learning in the next months. Origin PHP stands for "PHP: Hyp...00