Jump to content

DiscoTrio

Members
  • Posts

    78
  • Joined

  • Last visited

    Never

Everything posted by DiscoTrio

  1. Im stuck on this. Im new to php. Im trying to create a simple php chat script that uses a table in mysql database to go on a webpage. It needs to be sturdy and use the same log in system I have in place. I have a session.php script that detects weather your signed in and I need help using that to allow you to use the chat. I will also need it to reject you if your not signed in. User table: username varchar(30) latin1_swedish_ci No password varchar(32) latin1_swedish_ci Yes userid varchar(32) latin1_swedish_ci Yes userlevel tinyint(1) UNSIGNED No email varchar(50) latin1_swedish_ci Yes timestamp int(11) UNSIGNED No session.php: http://www.robloxianjournal.com/testfiles/sessionshow.txt (A test file showing the code on session.php file.) Dont hesitate to ask questions. View site at www.robloxianjournal.com
  2. Alright, ive been hosting a site for a year and am just now stepping into php. Its way better then html and I managed to create a mysql backed log in system that works great. But now I need a php chat system that works the same way. I found a bunch of codes that worked great but I need somthing that I can easily bend to work with my log in system. It needs to be if you are logged in the chat is logged in. If your not in then it says go log in. I just need somewhere to get started. And im not willing to pay money like 99% of people here Reply if you need more info...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.