Jump to content

cronoklee

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

cronoklee's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a simple membership system on my site using PHP & mySQL. I track users with sessions using session_start() at the top of every page. I was wondering if anyone knows how I could detect members online status? I'd like to have a note beside each username, saying if they are online now or not. Thanks a lot, Ciaran
  2. [!--quoteo(post=376446:date=May 23 2006, 08:27 PM:name=ober)--][div class=\'quotetop\']QUOTE(ober @ May 23 2006, 08:27 PM) [snapback]376446[/snapback][/div][div class=\'quotemain\'][!--quotec--] echo date("l d/m/y", strtotime($infoarray['date'])); [/quote] Perfect! Got it in one! Thanks a million!
  3. Hi all, I've got a date column in a database in the format YYYY-DD-MM. I grab the date from the database into a php array and echo it to the page. I am from Ireland, so I would like the date displayed as DAY, DD/MM/YY but it comes up in some crazy inside out way. I'm using the code below: echo date("l d/m/y", $infoarray['date']); I can't for the life of me figure it out. Can anyone help please? Thanks in advance!
×
×
  • 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.