PHP Tutorial

PHOTO EMBED

Tue Feb 08 2022 12:31:09 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javascript #java #python #jquery

<?php
  $myVar = 'red';
  
  switch ($myVar) {
      case 'red':
          echo 'It is red';
          break;
      case 'blue':
          echo 'It is blue';
          break;
      case 'green':
          echo 'It is green';
          break;
  }
  ?> 
  
content_copyCOPY

PHP tutorial for beginners. PHP stands for Hypertext Preprocessor. PHP is a popular object-oriented scripting langauge it can be excuted at the server-side .

https://elementtutorials.com/php/php-tutorial.html