Jump to content

Adam

Moderators
  • Posts

    5,717
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Adam

  1. Ha. Have a read of this then.. http://therumpus.net/2010/01/conversations-about-the-internet-5-anonymous-facebook-employee/?full=yes
  2. http://news.bbc.co.uk/1/hi/technology/8492862.stm Sign the petition!
  3. http://www.theregister.co.uk/2010/02/01/facebook_php_rewrite/ Word is it's some sort of compiler or accelerator rathen than a full rewrite, but still interesting...
  4. Have a read up on the imagecopyresampled function.
  5. Okay, how is that linked to "_post.php"?
  6. I'm getting some parse errors; failing to open "inc/navigation_func.php".
  7. Okay. Where in "_post.php" is $post declared, or where is it originally declared if "_post.php" is included?
  8. Do you mean "$_POST", or actually "$post"?
  9. Yeah, not even close... http://www.lamebook.com/wp-content/uploads/2010/01/PregnantPermanent1.jpg
  10. The reference sheet doesn't really help with finding the issue, except to a provide a little insight. Code you post the relevant code? "_post.php" would be useful..
  11. Dashes are invalid characters in function/variable names.
  12. Actually the post subject didn't make sense, I assume you mean continuous? The code you posted works for me. Could you be more specific with what happens when you try to run the code?
  13. You could try changing the router's "channel". I had a similar problem where phone calls knocked off the connection and it was down to interference caused by the cordless phones operating on a similar frequency as the router. http://compnetworking.about.com/od/wifihomenetworking/qt/wifichannel.htm
  14. Well you've not really said what you're trying to do... Do you mean...? echo "<br>".substr("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",0,80);
  15. Try removing the leading slash in "/search/".
  16. Assuming "online" is a bool value, this SQL would do the job: select a.*, u.* from accounts a, users u where a.id = u.account_id and a.online = 1
  17. Chances are nobody here will know know what "Imagethumb" does (and I don't know why you're storing the result into the GLOBALS array). Post the code for the "ImageThumb" function...
  18. That's basically what he had, except with "$row == 0". Most likely if you're not seeing the JS output you're expecting, there's something wrong with the condition. Could you post more code? At a guess I'd say you're using the mysql_* functions incorrectly.
  19. Agreed. Plus I'm sure any lawyer could poke holes in your (very basic) privacy policy in seconds.
  20. The last thing I'm going to do if I hate someone is write up a profile on them saying so, surely that would just remind you of their faults and piss you off even more? I really can't see much of a future for this kind of service to be honest.
  21. Yeah pretty much. They generally "contract" you to perform work either till a certain project or development is complete, or for a fixed amount of time. I imagine it's the same on craigslist.
  22. Why not just use: preg_replace('/[^0-9]/', '', $string);
  23. Adam

    SQL Error?

    You're missing a right bracket after the values.
  24. One of my personal favorites. I invite you to share yours
  25. In the words of Vinnie Jones in lock stock, "you cheeky barstard!"
×
×
  • 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.