Jump to content

Philip

Staff Alumni
  • Posts

    4,665
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Philip

  1. Yeah Pug, you bought the upgrade which uses your old key to reactivate the install.
  2. Yeah, it can go as far as underclocking your CPU to save power.
  3. Well I actually disagree Lamez. Typically when you start running low on juice, an OS will put you into a power saver mode (which is customizable and easy to override.) One of the options is usually reduce amount of power to your wireless network adapter, thus reducing the range on your network card.
  4. Philip

    PHP no nos

    Who said these?
  5. I bet you run around in a cape at home with "regex" embroidered on it. Please tell me I'm right. I wouldn't doubt that!
  6. I don't think I could come close to narrowing them down to a handful of favorites! I always look forward to reading my xkcd MWFs
  7. 1. What? This is how it is displayed already... 2. When you go to reply check the box that says "Return to this topic." - quick reply automatically does this. 3. Talk to the SMF developers
  8. Philip

    PHP no nos

    It might be more readable, but definitely not at first. You make some good points about not dealing with typos & such, but how much more processing power are you using (on a larger site)? (unless you're running with a cache)
  9. Philip

    PHP no nos

    I have to admit, that HTML class looks like a little overkill (for most projects) =/
  10. Philip

    PHP no nos

    $select = mysql_fetch_array(mysql_query("select * from user where username = '$_POST[username]' and password = '$_POST[pass]'")); echo $select[someKeyWithoutQuotesThatIsntAConstant];
  11. As mentioned in IRC yesterday, I've seen people from $8-$50+/hr. It just depends on what you feel is fair. You need to make a profit, but you don't want to screw over a client - because what if they need more work later on? Honestly, I'd bump up your prices, but not charge too many hours to research time
  12. If you go under Billing Preferences, you can choose postpay or prepay. But as it states "Please choose carefully. If you later decide to change your payment options, and you've already started your ads, you may have to set up a new account." See more here: https://adwords.google.com/support/bin/answer.py?hl=en&answer=142742
  13. You need to escape those characters before placing them into a query. Take a look at mysql_real_escape_string
  14. It is possible that you unchecked (or was default unchecked) the box at the bottom of that page: I'd wait a few days, and then check with the user you sent it to, seeing if they got it (or talk to one of the admins)
  15. I seriously just laughed my ass off reading that topic. But I do second Salathe's suggestion.
  16. When you get "Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource" it means your query failed. You can see why using mysql_error() but I have a sneaky suspicion you just need single quotes around your value.. $sql = "SELECT * FROM node WHERE field_page_list = 'Goverenment'";
  17. Mother Nature gets the last laugh in 2012......... NOT. Is there anything even all that great happening in 2010?
  18. You could save it as a csv, fputcsv/fgetcsv.
  19. You're on xbox, yes?
  20. I think its funny that you had to label the left/right.
  21. You sir, are the person I hate playing. noob tuber....... sigh, but it is a valid strategy.
  22. I like the one on the left personally.
×
×
  • 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.