Learn php in 24 hours part iii module i
PHP

Learn PHP in just 24 hours – Part III | Module I

PHP Decision Making Statements (Conditional Statements) The if, elseif ….else, and switch statements are used to take decision based on different condition. We can use conditional statements in our program to make our decisions. PHP supports following conditional statements. If … Else Statement If you want to execute some code if a condition is true […]

Learn PHP in 24 hours part 2
PHP

Learn PHP in just 24 hours – Part II

In this part, I am going to help you understand the fundamentals part of PHP like Data types, Variables, Operators, Comments and some basic logic’s of programming. Data Types In any programming language, Data types means the classification or categorization of data on the basis of its attributes. There are different types of data types […]

Learn PHP Programming with Codeprogramming Part-I
PHP

Learn PHP in just 24 hours – Part I

PHP (Hypertext Preprocessor) is a programming language that allows web developers to create dynamic content and mainly used to develop websites and web applications. It is a server-side scripting language or also called back-end programming. In this blogs, we are not going to focus on theoretical part but more in practical. There is a very […]