Search results

  1. S

    Why is the party of personal responsibility doing nothing but complaining?

    Have you seen the Tea parties on the news lately. This is the first time in my life I can remember right leaning protests on this scale. I think things have finally reached a point where the silent majority will be silent no longer.
  2. S

    Synthroid effects on sex hormones?

    Yep. My mom actually didn't get pregnant with me until she took thyroid.
  3. S

    How close do you think we are to actual government run media?

    I mean, time frame, how long do we really have before the 2nd amendment is over thrown? Sorry Im stuck on guns. I ment the 1st amendment.
  4. S

    How to convert a timestamp to seconds in PHP?

    Or how can I subtract two timestamps in PHP?
  5. S

    How to convert a timestamp to seconds in PHP?

    Or how can I subtract two timestamps in PHP?
  6. S

    Are there cultures where it is OK to, what Americans would call it as, sexually harass

    I know that in Thailand it is legal to sell young girls for prostitution. Horribly sad, isn't it?
  7. S

    What is the simplest way to read the result of a "select" statement in php?

    Is there a better way than using mysql_fetch_array()?
  8. S

    How to add a timestamp and an interval/duration to get a new timestamp in PHP?

    How to add a timestamp to an interval/duration to get a new timestamp in PHP? How to add a timestamp to an interval/duration to get a new timestamp in PHP?
  9. S

    How to add a timestamp and an interval/duration to get a new timestamp in PHP?

    How to add a timestamp to an interval/duration to get a new timestamp in PHP? How to add a timestamp to an interval/duration to get a new timestamp in PHP?
  10. S

    How to get the interval between two timestamps in PHP?

    There are two timestamps. echo $time1;//The result is "2009-05-02 22:09:28" echo $time2;//The result is "2009-05-04 20:07:19“; How can I get the interval between $time1 and $time2? When I set $time3=$time2-$time1; I get 0. Please advise.
Back
Top