Recent content by Dr.Wiggles

  1. D

    PHP Error "Strict Standards"?

    Strict Standards: Only variables should be passed by reference Wut???? somthing with this line : if (socket_select($read,$write = NULL, $except = NULL, $tv_sec = 5)<1) Wtf is php talking about -_- any help appreciated :D
  2. D

    Fastest executing language (PHP,Ruby,ect.)?

    I'm currently in the development of a application that would frequently (about 3-4 times a second) edit a text file based on POST messages. I'm currently using PHP but im not sure if it's fast enough, what could i use instead that would be faster?
  3. D

    Using Rotation in a Game?

    I've been have this problem for a while so I thought id finally ask about it I have 2 variables and a object, one variable (rot) represents the object's current rotation the other variable represents the rotation the object should be at (ert) This is my code for the tween rot -= (rot-ert)/5...
Back
Top