Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. The one I have at work is rounded out so you can easily reach & see everything. I'm not too picky when it comes to this stuff. One with a kegerator may come in handy as well.
  2. IMO, you just need a decent amount of space. An ergonomic chair is really what you want to invest in.
  3. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=332417.0
  4. which is free... I think that was his point... (Although, I think there is a Premium service you can pay for)
  5. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=332358.0
  6. Did I miss something? Where did he say he got the job?
  7. IDK, shutting your network down after it's been compromised is a no-brainer to me. I think they knew a little more then they tell you. From what I've heard, they didn't give instructions on anything to do, there were hardly any updates, and made false promises to have PSN back up on May 4th (Maybe they didn't lie b/c it was backup in Japan). Maybe I'm over reacting but if I were a PS3 user, this incident would seriously have me considering switching over to XBox.
  8. I think you mean 15 days. Right, stuff happens but I think it was handled poorly. Sony was slow to respond and 15 days is a long time, especially for you video game junkies. They claimed PSN would be back online May 4th, which obviously is not the case. I'm not a PS3 user, although I think it's a great system, I'm glad I have XBox with XBox Live, even if it costs me $50/yearly.
  9. Check out the glob function.
  10. That's the spirit!
  11. In the future, please use tags around your code.
  12. Yes, regular expressions are very useful and something that you should understand the basics of. We have a PHP Regex section in case you need help with them.
  13. Check out: http://www.phpfreaks.com/tutorial/regular-expressions-part1---basic-syntax
  14. Compare it to the list of all the IDs. Can you provide sample data?
  15. That's why purchasing home owners insurance is so important.
  16. Maq

    NFL Draft

    Flyers. After tommorrow I may be despondent but I feel like after posting 54 shots, we are due for a win. Concentrating tomorrow will be difficult though. Most of the time they are so hard to watch but last game they played really well and deserved a win.
  17. Maq

    error

    Also, I don't think you want: Where eventid='eventid'
  18. cat /etc/*-release or more likely try: cat /etc/issue
  19. Maq

    Hello all

    You're in the right place, welcome to PHPF.
  20. In case you didn't notice, this thread is from October 02, 2006. Please don't revive old threads. If you have your own problem, start your own thread. Also, use tags around your code.
  21. Do you want to add the actual column value, or some variable "$total_commissions"? You have correct syntax but if you want the column value then take out the '$'. I think it's like (if total_commisions is not an integer than you need single quotes): total_commissions = total_commissions + {$_SESSION['cost_per_token']}
  22. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=332058.0
  23. Wow, scary situation. Did anything get messed up? Yeah I've heard of a few people who caused small fires due to not emptying the lint collector. Scary, I forget to clean it all the time. Thanks for the reminder!
  24. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=332043.0
  25. You need to alias your table name: $query = "SELECT *, news_read.id as newsid FROM news_read, users u INNER JOIN news ON news_read.news_id = news.id INNER JOIN u ON news_read.user_id=u.id order by news_date DESC"
×
×
  • 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.