我想要实现的目标:
请帮忙吗?还是有人愿意指出我正确的方向?
我的HTML页面目前:
<? PHP CODE to receive fname,lname and serial from HTML form ?>
<h2>Search for certificate holder details through our databases below :</h2>
Please enter exact :
<form action="" method="GET">
<input type="text" name="fname" placeholder="First name" />
<input type="text" name="lname" placeholder="Last name" />
Exact 8-DIGIT Serial Number:<input type="text" name="serial" />
<input type="submit" name="submit1" value="Search" />
</form>