You are on page 1of 1

<html>

<head>
<title>Listing 5.1</title>
</head>
<body>
<?php
$m="happy";
if($m="happy"){
print "ali"
}
?>
</body>
<html>

You might also like