관리-도구
편집 파일: data_entry.php
<?php include("secure.php"); // security include_once('../includes/constants.php'); $page_title = "Arizona's Finest Wedding Sites, Wedding Locations and Wedding Services : Arizona Wedding Reception Sites | Arizona Wedding Vendors | AZ Wedding Sites"; if (file_exists($DOCUMENT_ROOT."/includes/header.php")) { include_once("../includes/header.php"); } else { header("location: /error.php"); } ?> <div id="content"> <h1 class="title">Welcome</h1> <p><strong><br /> <?php echo "<a href='secure.php?logout'><b>Logout<b></a>"; //echo "<div align='center'>You Are inside secured Page</a>"; ?> <br /> <br /> </p> <p> <label></label> <table widht="100%"> <tr> <td> <FORM METHOD="LINK" ACTION="data_entry2.php"> <input type="submit" name="button" id="button" value="Add New Venue" /> </FORM> </td> <td> <FORM METHOD="LINK" ACTION="venue_listing.php"> <input type="submit" name="button" id="button" value="List Venue" /> </FORM> </td> </table> </p> <p> <label></label> <label></label> <br /> </p> </div> </div> <? if (file_exists($DOCUMENT_ROOT."/includes/footer.php")) { include_once("../includes/footer.php"); } else { header("location: /error.php"); } ?>