edit.php
changeset 76 0748816801b2
parent 75 a53200a76f9d
child 79 0c0aa144356a
equal deleted inserted replaced
75:a53200a76f9d 76:0748816801b2
   240 	}
   240 	}
   241 ?>
   241 ?>
   242         </div> <?php // eo div meta ?>
   242         </div> <?php // eo div meta ?>
   243        <div class="showmax">
   243        <div class="showmax">
   244 <?php
   244 <?php
   245 show_pages($info["numrec"],$rowamount,$_GET["id"]);
   245 show_pages($info["numrec"],ROWAMOUNT,$_GET["id"]);
   246 ?>
   246 ?>
   247         </div> <?php // eo div showmax ?>
   247         </div> <?php // eo div showmax ?>
   248          <form action="<?php echo $_SERVER["PHP_SELF"]?>?id=<?php echo $_GET["id"]?>" method="post">
   248          <form action="<?php echo $_SERVER["PHP_SELF"]?>?id=<?php echo $_GET["id"]?>" method="post">
   249           <input type="hidden" name="action" value="record-user">
   249           <input type="hidden" name="action" value="record-user">
   250           <table>
   250           <table>
   251 <?php
   251 <?php
   252 $countinput=0;
   252 $countinput=0;
   253 $rec_result = get_records_from_domain_id($_GET["id"],ROWSTART,$rowamount);
   253 $rec_result = get_records_from_domain_id($_GET["id"],ROWSTART,ROWAMOUNT);
   254 if($rec_result != -1)
   254 if($rec_result != -1)
   255 {
   255 {
   256 ?>
   256 ?>
   257            <tr>
   257            <tr>
   258 	    <th>&nbsp;</th>
   258 	    <th>&nbsp;</th>