Audiovox P965 Datasheet Page 58

  • Download
  • Add to my manuals
  • Print
  • Page
    / 280
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 57
API PHP package
55
<?php } ?>
<form action="" method="post">
<ul>
<li>
<label for="email">Email:</label>
<input type="text" id="email" name="email" value="" />
</li>
<li>
<label for="phone">Phone:</label>
<input type="text" id="phone" name="phone" value="" />
</li>
<li>
<label for="password">New password:</label>
<input type="password" id="password" name="password" value="" />
</li>
<li>
<label for="password2">Confirm new password:</label>
<input type="password" id="password2" name="password2" value="" />
</li>
<li>
<input type="submit" id="act" name="act" value="Reset password" />
</li>
</ul>
</form>
</div>
</body>
</html>
MAC finder
Tired of asking your customers to tell you their MAC address (and go over the same "click here and..." instructions
over and over again)? Well, using the following script, you can now... switch the insructions to "go to this web
page... by clicking here and...":
<?php
use PEAR2\Net\RouterOS;
require_once 'PEAR2/Autoload.php';
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your MAC address</title>
</head>
<body>
<h1>
<?php
try {
Page view 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 279 280

Comments to this Manuals

No comments