How to Make Multiplication PHP Simple Application Tutorial, Free Edision, simple Ebook.
This time I will give a free PHP tutorial.
We will make an application Multiplication PHP Simple Application Tutorial, ie a rectangular area calculation.
With the formula Nilai1 X Nilai2
We put the formula into PHP.
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table width="43%"...