wat are the important syntax for writin calculator coding in php.
Answers
Answered by
2
<?php
print ("I am a girl");
?>
or
<html>
<head>
<title> I am a girl </title>
</head>
<body> <font color="red">My PHP code makes this page say:</font>
<p>
<?php print ("I am a girl"); ?>
</p>
</body>
</html>
print ("I am a girl");
?>
or
<html>
<head>
<title> I am a girl </title>
</head>
<body> <font color="red">My PHP code makes this page say:</font>
<p>
<?php print ("I am a girl"); ?>
</p>
</body>
</html>
vimalraj:
thank you....
Answered by
0
<html>
<head>
<title> I am a girl </title>
</head>
<body>
<?php print ("Hello"); ?>
<br>
</body>
</html>
<head>
<title> I am a girl </title>
</head>
<body>
<?php print ("Hello"); ?>
<br>
</body>
</html>
Similar questions
Computer Science,
8 months ago
Math,
8 months ago
Chemistry,
8 months ago
English,
1 year ago
Computer Science,
1 year ago
English,
1 year ago