-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
31 lines (23 loc) · 2.01 KB
/
aboutus.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
require("header.php");
?>
<script type="text/javascript">
document.getElementById("aaboutus").className="active";
</script>
<div class="art-PostContent">
<div class="art-contentLayout">
</br>
<p align="justify">The <b>Have A Doubt(HAD)</b> is a discussion forum that gives information about various programming languages, general knowledge related questions, information related to Asp.net,Vb.net ,Java,Php,Os related questions,etc. </p>
<p align="justify">This forum is useful for the beginners to get information related to various topics. There is a centralized database in which all the information is managed. The administrator acts as the highest authority and has the rights to update, delete and edit the database. The user has to create the account to access the data. Once the user has created the account in the database he becomes the connected user. When some other user asks the questions these connected user if knows the answer can reply the answer it. The user who logged in can select the questions according to the category. The administrator can insert new topic dynamically. The connected user while logged in can exchange messages with each other. If the message is present in the database the answer is received to the person who asked the question immediately. When the user asks the question related to any topic all the related question and their answers will be displayed. This site also gives the number of times the question is viewed and number of times the question is answered. This site also gives us information who had asked the questions and which users has replied to those question. </p>
<p>
<span class="art-button-wrapper">
<span class="l"> </span>
<span class="r"> </span>
</span>
</p>
</div>
</div>
</div>
</div>
</div>
<?php require("footer.php")?>