PHP Classes

File: sampleTwoForm.php

Recommend this page to a friend!
  Classes of Davis Muhajereen D. Dimalen   Gammu   sampleTwoForm.php   Download  
File: sampleTwoForm.php
Role: Example script
Content type: text/plain
Description: Second example 1/2
Class: Gammu
Control mobile devices using the tool Gammu
Author: By
Last change:
Date: 18 years ago
Size: 1,896 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 xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
    background-color: #000000;
}
.style1 {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style3 {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.style4 {color: #FF9900; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
-->
</style></head>

<body>
<table width="272" border="1" align="center" cellpadding="0" cellspacing="0">
<form method="post" action="sampleTwoActionPage.php">
  <tr>
    <td width="268"><div align="center">
      <p class="style1">Davis Dimalen's<br />
        Send SMS Galore! </p>
      </div></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td align="center">
      <span class="style3">Cell No.: </span></div> </td>
  </tr>
  <tr>
    <td align="center" valign="top"><input name="celnum" type="text" id="celnum" size="30" maxlength="30" /> </td>
  </tr>
  <tr>
    <td align="center" valign="top">&nbsp;</td>
  </tr>
  <tr>
    <td align="center" valign="top"><span class="style3">Message:
        <label></label>
    </span></td>
  </tr>
  <tr>
    <td align="center"><span class="style3">
      <textarea name="message" cols="30" rows="4" id="message"></textarea>
    </span></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td align="center"><label>
      <input type="submit" name="Submit" value="Send Message" />
    </label></td>
  </tr>
  </form>
</table>
<p align="center" class="style4"><?php echo $_REQUEST['msg'];?></p>
</body>
</html>