next up previous
Next: php.phtml Up: Code Previous: Code

website.phtml

<HTML>
<HEAD>

<body bgcolor = "#5cb1c6">
<CENTER>
<font size = "6" color="#000000">
<b> Website PHP Program</b><br>  

<font size = "4">

<I> By Charles Vu </I> <br><br>
</CENTER>

<font size = "3">
Enter the value(s) to iterate the selected equation. <BR>
<form action = "php.phtml" METHOD = POST>
Website:<input type = "text" NAME = "myfiles"><BR>
<BR>
<input type = "submit" VALUE = "Show Results">
<BR><BR>
</form>
</BODY>
</HTML>



Charles Vu 2002-11-04