note 102800 deleted from control-structures.else by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: Tumba College Of Tech  Rwanda ~ PHPgroup 

----

<?php
	$a = 10;
	if($a > 5)
	{
		echo 'If <br/>';
        }
	else
?>
<?php
	{
		echo 'Else <br/>';
	}
?>

Output is

If
Else
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.