"PHP Echo Statement" is the most basic statement in PHP, used to show the output of program. Echo is the most frequently using statement in the php language. A statement is the smallest standalone element of php program and all php statements ends with semi-colon(;)
Be the first to comment