Repetitive comands in php are similar to the C language. Structure for: for ([Initialization of the variable]; [Condition]; [Increase or decrease of the variable]) { [Instructions]; } The first example
Day: April 23, 2020
Conditional commands and their use if else elseif in phpConditional commands and their use if else elseif in php
When the program is intended, after reaching a certain point, to take a specific path in certain cases and a different path if the execution conditions differ, the set of
What are String variables?What are String variables?
String variable is a variable that can store a series of characters. For example $string1 = “Hello”; $string2 = “World”; echo $string1. “”. $string2; To concatenate string we use the
PHP Variable typesPHP Variable types
Variable names begin with the $ sign and are case sensitive (language keywords are not). In PHP it is not necessary to define the type before using it, they are
A tiny php dcript beyond “Hello World”A tiny php dcript beyond “Hello World”
A simple problem that can be presented to us and that cannot be solved using only HTML is that a page is available only the first 10 days of the
Program in php to say “Hello World”Program in php to say “Hello World”
In this course we assume that you know the main HTML marks and some programming language, at least a little bit. To add a PHP program within an HTML page
What is php?What is php?
PHP (short for “PHP: Hypertext Preprocessor”) is a high-level interpreted language embedded in HTML pages and executed on the server. You have to understand first how the request of pages