Jump to content

eatfishy

Members
  • Posts

    82
  • Joined

  • Last visited

    Never

Everything posted by eatfishy

  1. I've created a chat room website and the alignment is off. The CSS and HTML coding appears fine to me. Does anyone know why it's misaligned? 1) Please goto www.simpoware.com/simpochat 2) Login as guest 3) You'll notice the misalignment in the lobby area. 4) Also, IE doesn't like overflow I guess? When using overlow in a <li>, the data is shown on the next line instead. The chatroom name is not in line with the user count. No idea why on IE, but works fine on firefox and safari. Please help me...
  2. Are you sure that your MySQL database and .php pages are on the same server?
  3. I have all the dates stored in my database as UTC and I want to retrieves these UTC date/time to show the local time zone. So, example, If I live in New York, I want it to show east coast time zone and not the Universal Time. Any idea?
  4. Here is the php section for the main page. <? Session_start(); $_SESSION['test']='hello world'; require('http://www.domain.com/play.php'); //require('/home/public_html/domain/play.php'); tried the system file path, but the page won't load Here is the php section for the play.php <? session_start(); echo 'testing: '.$_SESSION['test']; ?>
  5. Anyone know how to access session variable inside an include file? For some reasons, I can access session variable across all webpages, expect when using include('page').
×
×
  • 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.