Skip to content

This is a repo of simple eduladder open chat which is written on php with a log file to store the data and chat any signed up members

Notifications You must be signed in to change notification settings

eduladder/openchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openchat

This is a repo of simple eduladder open chat which is written on php with a log file to store the data and chat any signed up members. Firstly, you have to make sure that you create session in index.php file. By code written below.

<?php
// Starting session
session_start();
$_SESSION["username"] = "R";
?>

You have to write the above session code on the line 3 of index.php. Now you have to run this php code on your system(localhost). Make sure that you don't delete the code of previous session.

You could access the live over here. https://eduladder.com/edchat/

About

This is a repo of simple eduladder open chat which is written on php with a log file to store the data and chat any signed up members

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •