Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Sorry, but not much of that makes sense. mysql, has nothing to do with downloading anything, or regex. http://en.wikipedia.org/wiki/Regex
  2. You would simply find the visible screen area, work out when a user is near the bottom of the screen, make an Ajax call to load 5-10 more articles.
  3. openvz is a simple form of virtualization. It allows you to have multiple virtual machines (including there own Linux) all running on one host machine. Apache allows multiple websites.
  4. Your missing the point. Do you think every time you make a new post on this forum for instance, a new .php page is created?
  5. Probably not exactly what your after but should give you a good idea of how dynamic page creation works. http://www.phpfreaks.com/forums/php-coding-help/now-that-i-know-what-to-ask-here-goes/msg446570/#msg446570
  6. Why on earth would I do that? I was seriously not aware that you knew the difference, hence my comment. You didn't write the code after all. The error is quite straight forward, the simple object does not have a recovery() method. Considering that entire recovery() function appears to do nothing, I would simply comment it out, test then remove it.
  7. The wildcard after sites/ means that this script will remove all content from /path/to/sites/<siteA>/icache/, /path/to/sites/<siteB>/icache/, /path/to/sites/<siteC>/icache/ etc etc.
  8. Have you tried actually going for one of those jobs though dreamwest? Ive had a few interviews (in Sydney) and have found that around the 80k - 90k mark they start to get pretty tough. I'm still waiting to see if I can get a third interview in an awesome place I interviewed for before christmas. I'm not overly confident at the moment though, my second interview was like 3 weeks ago and I have since not heard anything.
  9. This topic has been moved to Linux. http://www.phpfreaks.com/forums/index.php?topic=320581.0
  10. You shouldn't be executing these scripts via a url request. In fact I wouldn't even be using php. A simple bash one liner executed directly from within your crontab would suffice. 0 0 * * * rm -fr /path/to/sites/*/icache/*
  11. There is a massive and fundamental difference between Java and Javascript. Two completely different and unrelated programming languages.
  12. Lucky this isn't Java then huh?
  13. This.... http://html5doctor.com/native-audio-in-the-browser/ describes how to play audio. This..... http://www.elated.com/articles/javascript-timers-with-settimeout-and-setinterval/ describes javascript timers. Join the two and your done!
  14. Your capturing the returned value into $input not $student3.
  15. What are these three items currently stored in?
  16. dwex. It is up to you to explain your issue well enough that people can help you. If you can't do that, you wont get much help.
  17. Let what cycle? Can you be more descriptive with your problem?
  18. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=320494.0
  19. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=320501.0
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320476.0
  21. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=320495.0
  22. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=320488.0
  23. You have '. & .' around the $by variable which makes no sense.
  24. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=320482.0
×
×
  • 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.