Input : -



Output :-


<?php এটি PHP শুরু এবং ?> এটি PHP এর সমাপ্তি। সমস্ত পিএইচপি কোড এই ভিতরে লেখা হয়। (<?php it is the start of the php & ?> it is the end of php. All php codes are write inside this.)

echo আসলে কোনও ফাংশন নয়, এটি একটি ভাষা নির্মাণ, যা ব্রাউজারে কিছু মুদ্রণ করতে সহায়তা করে  (echo is not actually a function, it is a language construct, which helps to print something on brouser. )