Example #1
0
        <td width="70" class="MOut" onmouseover="this.className='MOver'" onmouseout="this.className='MOut'"><a href="about.php">About Us</a></td>
        <td width="70" class="MOut" onmouseover="this.className='MOver'" onmouseout="this.className='MOut'">&nbsp;</td>
      </tr>
    </table>
	</td>
  </tr>
  <tr>
    <td align="left" bgcolor="#608ca9">
	<p>To see the payment collection of a perticular class enter the class here.</p>
	
	<form id="form1" name="form1" method="post" action="">
	  <table width="80%" border="0" class="textformtable">
        <tr>
          <td width="15%">Enter Class: </td>
          <td width="9%"><?php 
echo getClassCombo("nclass");
?>
</td>
          <td width="76%"><input type="submit" name="Submit" value="Submit" /></td>
        </tr>
      </table>
	 </form>
	<form id="form1" name="form1" method="post" action="">
	<table width="90%" border="0" cellspacing="0" cellpadding="0" class="textformtable">
          <tr>
            <td width="30%">Choose date and submit: </td>
            <td width="70%"><?php 
echo enterdatecombo("edatey", "edatem", "edated");
?>
</td>
          </tr>
Example #2
0
     break;
 case "delete_article":
     if (notNull($_POST)) {
         deleteArticle($_POST['id']);
     }
     break;
 case "shout":
     if (notNull($_POST)) {
         shout($_POST['message'], $_POST['dest']);
     }
     break;
 case "upshout":
     updateShoutbox();
     break;
 case "classUpdate":
     getClassCombo($_POST['id'], $_POST['i'], $_POST['className']);
     break;
 case "specUpdate":
     getSpecCombo($_POST['class'], $_POST['id'], $_POST['i'], $_POST['spec']);
     break;
 case "checkLoginAvailability":
     checkLoginAvailability($_POST['login']);
     break;
 case "checkMailAvailability":
     checkMailAvailability($_POST['mail']);
     break;
 case "checkPhoneAvailability":
     checkPhoneAvailability($_POST['phone']);
     break;
 case "checkCharAvailability":
     checkCharAvailability($_POST['name']);