File "index.php"
Full Path: /home/custbahd/tourismfraternity.com/admin/counter/index.php
File size: 377 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
include_once "db/config.php";
?>
<body>
<h4>Auto Count From DB</h4>
<form method="POST" action="insert.php">
<input type="text" name="msg">
<input type="submit" name="submit" value="Submit">
</form>
<div class="chat-box">
</div>
<script src="chat.js"></script>
</body>
</html>