Answers

Question and Answer:

  Home  Internee PHP Developer

⟩ Tell us what are the correct and the most two common way to start and finish a PHP block of code?

The two most common ways to start and finish a PHP script are:

<?php [ — PHP code—- ] ?> and

<? [— PHP code —] ?>

 151 views

More Questions for you: