Thursday, 5 November 2020

Php tutorials

  Hi guys if you are searching for how to use php language on server and searching for the best article to get the best explanation about how to use php on server. Then you are in the right place.


Today I'm here going to share the step by step tutorial about  how to use php on server





  php stands for-:Hypertext Preprocessor.
  php is widely used open source scripting language.
Basic stracture of php
<?php
if ($condition) {
   ?>
   <b>This is true.</b>
   <?php
} else {
   ?>
   <b>This is false.</b>
   <?php
}?>
Comments are supported in the normal C/C++ and Java style:

<?php
echo "This is a test"; //This is a one-line comment.
/* This is a multi-line
comment */
?>🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻

Php tutorials

    Hi guys if you are searching for how to use php language on server and searching for the best article to get the best explanation about ...