Jump to content

Philip

Staff Alumni
  • Posts

    4,665
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Philip

  1. Save yourself the trouble now, and use a real VCS.
  2. Philip

    Sphinx

    I've had the same results many times too.
  3. Sorry mate, you left out a big one: get a (few) STD(s)
  4. One hell of a
  5. So with that logic, why upgrade from IE6?
  6. Chatroulette doesn't count. Please reset your counter and try again.
  7. LOL @ the domain name, because IE9 can unleash a more beautiful web...
  8. Take a look at your code when it is syntax highlighted. You can see the missing end quote before you last semicolon.
  9. That means your query failed, since it isn't passing a MySQL resource. Adding in error handling will show you this, and simple bugging such as echo mysql_error(); will also show you this.
  10. Hmmm, I thought the problem started on line 54, col 38.
  11. Awww premiso being nice? Something is wrong with that picture! On a side note: mysql_query("INSERT INTO usersitems2 (owner,item_id,parts_left,game) VALUES ('$userid','" . $ballTypes[$random_ball] . "','1','1')"); should read mysql_query("INSERT INTO usersitems2 (owner,item_id,parts_left,game) VALUES ('$userid','" . $random_ball . "','1','1')"); yes?
  12. I want a gumball!
  13. Philip

    Idiots.

    Haha, oh man. At least they were honest that they didn't follow your instructions. :-/
  14. Sorry, but I don't really see the point to having a viewport for coding.
  15. But... I bet you're about get hit hard for this topic.
  16. It could be a prank set by a friend, or if its set from the outside and there are ads on the pages it directs you to... that [possibly] means more $$ for the person who made the virus.
  17. Good point
  18. http://shop.zend.com/en/php-certification.html
  19. I've been thinking about picking up a Wii... but ehh, I dunno. My ps3 is keeping me pretty happy.
  20. You know you can do that with lmgtfy & the I'm feeling lucky button. http://lmgtfy.com/?q=How+to+integrate+reCAPTCHA&l=1 -- @OP: In any case, you do know that reCaptcha has docs with examples http://code.google.com/apis/recaptcha/docs/php.html
  21. Sounds like you're already pretty creative if you're coming up with designs, why can't you pick a name You know your business the best, and picking names from one of us may not leave you as satisfied in the long run with your choice...
  22. Pretty epic graphics right there
  23. I have my own standards, that are a mashup of a few different well-known ones. Just be sure if you do your own to have it well documented for others on the team to be able to follow your own standard (if you so choose)
  24. Mchl provides the beer
×
×
  • 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.