PHP Data types
PHP Data types: Total 8 PHP is loosely type language. Means it convert the data type according to the situation automatically. This auto conversion is called type Juggling or type…
PHP Data types: Total 8 PHP is loosely type language. Means it convert the data type according to the situation automatically. This auto conversion is called type Juggling or type…
Check this game: https://majo.stitcher.io/
All PHP MVC follows same idea. Functional programming is a tedious task and there are some decent benefits of MVC over Procedural OR Functional programming.
echo is fast, can take multiple arguments & can print value of variable in double quotes
It is used to replace the ternary operation in conjunction with isset() function.
Here is the very basic Object Oriented Programing concept for PHP. Variables = properties = class variables in OOP & methods = functions
This YouTube video is a complete PHP crash course and best to revise it before appearing for interview.
PDO is advance method/way to communicate with Database like MySQL. PDO is extension which you have to enable on server to use this. There are 2 more methods like MySQLi…
Do you think your live-server extension in VS code is not working fine?
Are you wondering why I am writing this very basic article of type of PHP loops? Just because sometime we get confused which loop we need to use in program…