Search results

  1. Ecko

    Sports Whos the best basketball player ?

    I've been watching basketball since before you were born kid. I have basketball cards that are older than you. You probably haven't even heard of half the people I've mentioned (all of whom are legendary, hall of famers) Any idiot who thinks Wade is better than Jerry West doesn't know shit about...
  2. Ecko

    Sports Whos the best basketball player ?

    You really have to be fucking stupid if you think Dwayne Wade is a better shooting guard than Jerry West. Jerry West nearly averaged a triple double on his career. Wow, Wade had 1 season where his stats were fairly impressive. Jerry West had 3, all of which were better than Wade's. Wade does...
  3. Ecko

    [PHP] Blank Response On POST

    no
  4. Ecko

    [PHP] Blank Response On POST

    that still makes no sense. once it's uploaded the code is changed. there's no waiting for anything.
  5. Ecko

    [PHP] Blank Response On POST

    you're talking nonsense, stfu why the fuck would anyone have to wait "for the hosting to update the code"
  6. Ecko

    [PHP] Blank Response On POST

    stop posting, you don't know wtf you are talking about
  7. Ecko

    [PHP] Blank Response On POST

    you clearly are based on your previous posts. "sometimes it takes awhile for the hosting company to update the code" you're not a programmer, you're a joke
  8. Ecko

    [PHP] Blank Response On POST

    no, stop posting.
  9. Ecko

    PHP error styling with css

    you're an idiot
  10. Ecko

    [PHP] Blank Response On POST

    you're an idiot
  11. Ecko

    Sports Whos the best basketball player ?

    I said Yao Ming has one of the highest PER (player efficiency ratings) of all time in the NBA. That doesn't make him a hall of famer. Learn how to read kid. Dwayne Wade is a 20, 5, and 5 player. Greatest post seasons of all time? Michael Jordan, John Stockton, Hakeem Olajuwon, Charles Barkley...
  12. Ecko

    Sports Whos the best basketball player ?

    Just because he used to be good doesn't mean he's a superstar now. Yao Ming has a top 25 PER ever in the NBA but is not hall of fame worthy. Hall of Fame belongs to people who achieve greatness, like Hakeem Olajuwon (all time shot blocker, career double double, one of only a few to post a...
  13. Ecko

    Show DevBest Fox Run - Platform HTML5 Game

    It's ripped: https://developer.mozilla.org/en-US/demos/detail/runfield
  14. Ecko

    Websites & VPS Help

    Forums don't use a lot of resources. Installing shitty plugins/extensions does. Same thing with WordPress. So many WordPress plugins are resource hogs. Look on webhostingtalk.com
  15. Ecko

    Websites & VPS Help

    1. Shared hosts are generally more stable than VPS/Dedicated (for example, HostGator's shared cluster servers have 32 cores, 32-64GB of RAM and SSD specifically for MySQL). Slow is 99% caused by inefficient code. Errors on your website are caused by coding 99% of the time. 2. The ToS depends on...
  16. Ecko

    Websites & VPS Help

    Shouldn't be using a Windows server unless your application requires it (ie - the .NET framework). The real question is, why do you need a VPS (over shared hosting)?
  17. Ecko

    Show DevBest [Rate] My Website

    4/10 this is stupid, stop doing this:
  18. Ecko

    Video How BIG is Google?

    Also wrong about Microsoft. Windows didn't even come out till nearly a decade after Microsoft formed. They wrote Altair/Microsoft BASIC for other home PCs. Xenix and MS-DOS also came way before Windows was released.
  19. Ecko

    Show DevBest [VB] Vinex HTML Editor

    This is a basic text editor.. At least add syntax highlighting
  20. Ecko

    Warning: mysql_fetch_assoc() expects parameter...

    Change $server_status['users_online']; to $server_query['users_online']; Instead of: $server_status = mysql_fetch_assoc("SELECT * FROM server_status"); $server_query = mysql_query($server_status); You can just combine it: $server_query = mysql_fetch_assoc(mysql_query("SELECT * FROM...
Top