PHP Classes

File: test.html

Recommend this page to a friend!
  Classes of Flinn   PWGen   test.html   Download  
File: test.html
Role: Example script
Content type: text/plain
Description: Demonstrates Verification Code
Class: PWGen
Generates Random Passwords, HTML, Text, and Images
Author: By
Last change:
Date: 22 years ago
Size: 450 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
</head>
<body>
<table border="1" align="center">
<tr>
<td align="center">
<form method="post" action="verify.php">
<img src="example_img.php" alt="PWGen" />
<br />
<input type="text" name="code" />
<br />
<input type="submit" value="Verify Code" />
</form>
</td>
</tr>
</table>
</body>
</html>