Skip to content
Snippets Groups Projects
Commit 40dfb61b authored by Suriya Ravichandran's avatar Suriya Ravichandran
Browse files

fix all bug

parent 97e5df6a
No related branches found
No related tags found
No related merge requests found
Showing with 7 additions and 6 deletions
......@@ -42,6 +42,6 @@
</div>
</div>
<script src="javascript/chat.js"></script>
<script src="js/chat.js"></script>
</body>
</html>
......@@ -42,7 +42,7 @@
</section>
</div>
<script src="javascript/index.js"></script>
<script src="javascript/signup.js"></script>
<script src="js/index.js"></script>
<script src="js/signup.js"></script>
</body>
</html>
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -7,6 +7,7 @@ xhr.open("POST", "php/users.php", true);
xhr.onload = () => {
if (xhr.readyState === XMLHttpRequest.DONE) {
if (xhr.status === 200) {
console.log(xhr.response);
let data = xhr.response;
if(!searchBar.classList.contains("active")){ //if active not contains in search bar then add this data
usersList.innerHTML = data;
......
File moved
......@@ -24,7 +24,7 @@
</section>
</div>
<script src="javascript/login/login.js"></script>
<script src="javascript/login/login2.js"></script>
<script src="js/login/login.js"></script>
<script src="js/login/login2.js"></script>
</body>
</html>
\ No newline at end of file
<?php
$conn = mysqli_connect("localhost","root","","gochat");
$conn = mysqli_connect("mysql.selfmade.ninja","suriya","Suriya@gocourse","suriya_gochat");
if(!$conn){
echo "Database connected". mysqli_connect_error();
}
......
php/images/1704501285bank.png

3.15 KiB

php/images/1704520560bank.png

3.15 KiB

php/images/1704790212profile.jpg

1.12 KiB

php/images/1705234283devc++.jpg

6.55 KiB

php/images/1705491226LINUX.jpg

6.45 KiB

php/images/1707035578bank.png

3.15 KiB

php/images/1708139237Suriya R.jpg

89.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment