What are If, Nested if, if else and, Nested if else Statement in PHP?
If Statement and Nested if Statement If statement is used to execute when a statement or a block of statement only if the condition is fulfilled or true….
How to declare Inheritance in PHP with example?
What is Inheritance?:- Inheritance means one class method or properties access to another class. The child class will inherit all public, private, protected methods or properties from…
Difference between Public, Private & Protected Access Modifier in PHP with example
Public Access Modifier:- Public Method or variable can be accessed from anywhere in the class. It means from inside or outside the class and child class also…
List of Top 100 Linkedin Groups/Community for DevOps – Cloud – Containers Technology
LinkedIn Learning is an online video training library with thousands of expert-created courses covering technology, software, hardware, business, career-building, creativity, and more. LinkedIn Learning is designed for…
List of Top 50 Facebook Groups/Community for DevOps – Cloud – Containers Technology
Facebook is a social website that helps people from the whole world to multiple each other and provides many services like sit at home. one place While…
List of Top 100 Linkedin Groups/Community for DevOps – Cloud – Containers Technology
Here I have described 100 Linkedin groups/ communities. LinkedIn has a lot of features for brands and social media marketers. LinkedIn can establish its expertise through content,…
List of Top 50 Facebook Groups/Community for DevOps – Cloud – Containers Technology
In this blog, I’m going to telling about how to use Facebook groups and how to promote and build your business on Facebook groups with your desired…
Git Errors and Solutions Database
Git Error: How do I remove files saying “old mode 100644 new mode 100755” from unstaged changes in Git? Git Error: -Git Polling Log java.io.IOException: error=2, No…
Git Command Tutorials Guide with Example
Git Commands Tutorials and Example: Git Clean – How to clean git workspace? Git Commands Tutorials and Example: Git Reset – Git Revert Git Commands Tutorials and…
List of 50 Facebook Groups/Community for DevOps – Cloud and Container
Facebook is a social networking site. Through this, members can keep in touch with their friends, family and acquaintances. In this, you can send your videos, photos…
CSS Tutorial for beginners (Step by Step) with Examples(Part3).
i. Universal Style Class It is a type of style class which is used by any element of the HTML document. Universal Style Class Starts with a…
Top 33 Free Jenkins Plugins and their Tutorials with step by step guide.
List of Top 25 Jenkins Plugins
Jenkins Continous Integration with Another DevOps Tools
Enabling Jenkins integration with Silk Central Test Manager
Jenkins Jobs Configuration Demo with Example
Build Scala Project using sbt and Jenkins Environment variables and properties defined in jenkins | Jenkins Tutorial
Jenkins Pipeline Tutotrials with example of jenkinsfile
Jenkins Pipeline Example Code Sample
Jenkins Administrations and Configurations Complete Reference
Jenkins Upgrade and Solution!!! How to Change Jenkins HTTP port number? Jenkins Backup Jenkins Backup and Restore Process | Jenkins Tutorial
Scripting in Jenkins with Groovy and others Scripting Language
How to run/execute groovy script in Jenkins? Database of Groovy Script for Jenkins Automation Script to check the build status of a Jenkins job
Jenkins Commmands Line and REST API Complete Reference
Jenkins commands lines reference from jenkins Know About Jenkins CLI | Jenkins CLI Guide Understand Jenkins CLI | Jenkins CLI Reference Jenkins Remote access API Example |…
Jenkins How to do Guide, Tips, Tricks and Troubleshootings
How to attach the jenkins build log as part of the email body? How to attach the jenkins build log as part of the email body? How…
How to Schedule and Trigger a Jenkins job automatically?
Method 1 – AT CERTAIN TIME AKA Build periodically Method 2 – AT CERTAIN TIME BUT Build only when there is Code changes AKA Poll SCM Method…
Jenkins Errors and Solutions Database
Jenkins Error: Running two Java Versions – Jenkins Problem in Mac OS Jenkins Error: /usr/bin/p4 error in windows machine with jenkins Jenkins Error: Jenkins time-out while pushing…
CSS Tutorial for beginners (Step by Step) with Examples(Part2).
What is Internal Style Sheet? An internal style sheet is a set of style that is created as a part of an HTML document. An internal style…
List of Top 50 Facebook Groups/Community for DevOps – Cloud – Containers Technology
In this tutorials im going to describe how & where to build and promote on your business on Facebook groups with your target audience. Facebook is most…
Insert and Retrieve data from database in PHP using MySQLI
What is Mysqli:-The Mysqli extension, or as it is used before this name the MYSQL and update extension, was developed to take advantage of new features found…
List of Top 100 LinkedIn Groups/Community for DevOps – Cloud – Containers Technology
In this post, I’ll explore why your business should have a LinkedIn Group and how to Post and manage a successful group. Here I’ve described 100 LinkedIn…
CSS Tutorial for beginners (Step by Step) with Examples(Part1).
Introduction to CSS? CSS stands for Cascading Style Sheet. It is a style sheet language which is used to describe the presentation of a document. We can…
Github Account flagged issue fixed.
If your GitHub account is flagged and shows info like below then don’t worry just follow the below steps to remove the flag from your account. Why…
How to Define, Call & Create a function in PHP?
What is function in PHP? PHP provides us many built-in helper partners works that you can call anyplace inside your application OR browser. They make your work…
How to fix – “There has been a critical error on your website” – WordPress error.
There are so many WordPress developers facing this issue in their WordPress site due to plugins or theme issues. and you will also find so many solution…

What are Comments, Constant Variable, String Interpolation, Arithmetic and Assignment Operators in PHP?
Comments in PHP Comments are those human-readable texts that we should add to make our code more understandable for other programmes. It is ignored by PHP and…