indysolo621's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
Members
Active Posts:
46 (0.05 per day)
Joined:
29-November 10
Profile Views:
871
Last Active:
User is offline Sep 19 2011 02:23 PM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   indysolo621 has not set their status

Posts I've Made

  1. In Topic: Question about mysqli vs pdo

    Posted 8 Aug 2011

    Good article,it was helpful. I think I will just stick to mysqli. I don't plan on switching to another database so it really wouldn't help in the long run that much. Although I will look into learning PDO so I will have the option later on. Thank you guys!
  2. In Topic: Question about mysqli vs pdo

    Posted 8 Aug 2011

    I prefer the way mysqli is since it is set up about the same as mysql, with a few changes. Would I be ok sticking with it, or would I need to worry about it being deprecated as well?
  3. In Topic: Question about Strtotime()

    Posted 6 Aug 2011

    Ok, works fine without the timezone, must be in EST
  4. In Topic: Question about Strtotime()

    Posted 6 Aug 2011

    Ooops. Seems to be 1 hour off. How would I fix that?

    <?php
    $year=2011;
    $month=8;
    $day=6;
    $hour=1;
    $min=40;
    $theTime = "$year-$month-$day $hour:$min PM EST";
    $timestamp = strtotime($theTime);
    $time=time();
    $dif=$timestamp-$time;
    print"<br>$dif";
    ?>
    
  5. In Topic: Question about Strtotime()

    Posted 6 Aug 2011

    Ok, thank you! I really appreciate it!

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

Comments

indysolo621 has no profile comments yet. Why not say hello?