Skip to content
Close Menu

PHPonlines

  • Services
  • Our cases
  • About us
  • Blog
  • Contact us
Close Menu

Functions in PHPFunctions in PHP

27 June 202227 June 2022 Jerry JewellFunctions in PHP 0 Comment
In simple terms, a function is a block of code that can be named and called repeatedly. Sometimes a function is also called a subroutine. We are used to the [...]
View MoreView More

Loops in PHPLoops in PHP

27 June 202227 June 2022 Jerry JewellLoops in PHP 0 Comment
Loops in PHP A loop is a language construct that allows you to execute a block of code more than once. We are used to our scripts being executed in [...]
View MoreView More

Arrays in PHPArrays in PHP

27 June 202227 June 2022 Jerry JewellArrays in PHP 0 Comment
An array is another type of data, like a number or a string. The main difference between an array and other data types is its ability to store more than [...]
View MoreView More

PHP syntax basicsPHP syntax basics

27 June 202227 June 2022 Jerry JewellPHP syntax basics 0 Comment
How to work with variables Any variable must first be declared, that is, given a name and a value. In PHP syntax, a variable name is written in Latin characters, [...]
View MoreView More

PHP language definition and featuresPHP language definition and features

27 June 202227 June 2022 Jerry JewellPHP language definition and features 0 Comment
What is PHP Let’s start by defining exactly what PHP is. It is difficult to give a complete picture of this language in one sentence, so we will describe it [...]
View MoreView More

Requirements of IT companies for PHP developers of different levels: Junior, Middle, SeniorRequirements of IT companies for PHP developers of different levels: Junior, Middle, Senior

27 June 202227 June 2022 Jerry JewellRequirements of IT companies for PHP developers of different levels: Junior, Middle, Senior 0 Comment
And yet, you can start by studying CMS – this is a content management system, usually a set of ready-made modules to perform certain tasks. There are CMS for product [...]
View MoreView More

How to start learning PHP: features, syntax and ideas for the first projectsHow to start learning PHP: features, syntax and ideas for the first projects

27 June 202227 June 2022 Jerry JewellHow to start learning PHP: features, syntax and ideas for the first projects 0 Comment
Getting Started with PHP: Features, Syntax, and Ideas for Your First Projects Main Image In this article, we will understand the prospects and popularity of PHP in 2022, consider the [...]
View MoreView More

20 things that make a PHP programmer different20 things that make a PHP programmer different

27 June 202227 June 2022 Jerry Jewell20 things that make a PHP programmer different 0 Comment
PHP is the most popular language for writing server-side code. The same goal can be achieved on it in several ways: you can design a beautiful and easily maintainable system, [...]
View MoreView More

PHP language standardsPHP language standards

27 June 202227 June 2022 Jerry JewellPHP language standards 0 Comment
Why should a web developer know standards Standards are written and adopted by the W3C, a non-profit organization founded by Tim Berners-Lee. It consists of many working groups: they include [...]
View MoreView More

History of PHPHistory of PHP

27 June 202227 June 2022 Jerry JewellHistory of PHP 0 Comment
The PHP language is over 20 years old. It was developed by Dane Rasmus Lerdorf in 1994 as a simple add-on that showed the number of visits to his personal [...]
View MoreView More

Posts navigation

1 2 3 Next

Recent Posts

  • Functions in PHP
  • Loops in PHP
  • Arrays in PHP
  • PHP syntax basics
  • PHP language definition and features

Recent Comments

No comments to show.
Back to Top

PHP is a general-purpose scripting language geared toward web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group.

  • Functions in PHP
  • Loops in PHP
  • Arrays in PHP
  • PHP syntax basics
  • PHP language definition and features
  • PHP Tutorial
  • Laravel
  • Ruby on Rails
  • Custom Web Development
  • RoR Git

phponlines.com