Login   Register  
PHP Classes
elePHPant
Icontem

File: test.html

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2002-10-15 09:12
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>