Php
- Home
- /
- Single Course
Introduction to Php
-
Categories
Php -
Feedback
4.6
PHP is a server-side scripting language used to create static websites or dynamic websites or web apps.PHP means "Personal Home Page", but it now stands for the PHP: Hypertext Preprocessor. PHP code can be integrated into HTML code or used in connection with multiple web template technologies, web content management system and internet frameworks.
HomeProgramming
PHP Language: Basics Guide For Beginners
bySuraj Das-August 02, 201912
PHP Language: Basics Guide For Beginners
PHP is a server-side scripting language used to create static websites or dynamic websites or web apps. PHP stands for Hypertext Preprocessor, which is originally designed for web development.
Only a server that has PHP installed can interpret PHP scripts. Only a web browser is required for client pcs accessing PHP scripts.
PHP contains in its source distribution lots of free and open-source libraries or uses them to create PHP binary builds.
PHP is mainly an Internet-aware system with built-in modules to access File Transfer Protocol (FTP) servers and multiple database servers, including PostgreSQL, MySQL, Microsoft SQL Server, LDAP servers, and others.
Topics Include:
- Build a complete website using classes and objects in PHP
- A complete step by step project in PHP and MySQL for beginners
- Build HTML-based mobile apps
- Be a comfortable front-end developer
- Be proficient with databases and server-side languages
- Bid for projects on freelance websites
Curriculum for the Course
- 111 Lectures
- 15:23 Hours
- PHP echo(Run Hello world) 09:13 preview
- PHP Comments 04:33 preview
- PHP Variable and its type 12:46 preview
- Embedding PHP within HTML 05:46 preview
- What is Case Sensivity in PHP 05:00 preview
- PHP echo & Print Statement 03:44 preview
- What are Die and Exit Functions in PHP 03:41 preview
- Basic DataTypes in PHP 04:32 preview
- PHP Constants 10:58 preview
- Operators in PHP(Arithmetic Operators) 05:06 preview
- Operators in PHP(Assignment Operators) 04:31 preview
- Operators in PHP(Comparsion Operators) 07:37 preview
- Operators in PHP(Incrementing and Decrementing Operators) 07:04 preview
- Operators in PHP(Logical Operators) 04:42 preview
- Operators in php(String Operators) 03:11 preview
- If Statement 07:35 preview
- Else Statement 07:36 preview
- If Else if Statement 04:11 preview
- Switch Statement 04:25 preview
- For Loop 10:05 preview
- For Each Loop 04:22 preview
- Nested For Loop 07:37 preview
- While Loop 04:39 preview
- Do while Loop 03:26 preview
- PHP Arrays 07:40 preview
- PHP Associate Array 07:55 preview
- PHP Multidimensional Array 06:53 preview
- PHP Sorting Array 08:34 preview
- Create a Table with help of For loop 05:47 preview
- Defining and Creating a Function In PHP 04:58 preview
- Functions with Parameters 03:02 preview
- Passing Arguments by Reference 06:48 preview
- Functions returning value 02:53 preview
- Functions with Optional Parameters and Default Values 03:53 preview
- Dynamic Function Calls 02:07 preview
- PHP anonymous functions 01:43 preview
- PHP Variable Scope 03:33 preview
- PHP Recursive Functions 05:17 preview
