Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. 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.
  2. This topic has been moved to Linux. http://www.phpfreaks.com/forums/index.php?topic=320581.0
  3. 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/*
  4. There is a massive and fundamental difference between Java and Javascript. Two completely different and unrelated programming languages.
  5. Lucky this isn't Java then huh?
  6. 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!
  7. Your capturing the returned value into $input not $student3.
  8. What are these three items currently stored in?
  9. 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.
  10. Let what cycle? Can you be more descriptive with your problem?
  11. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=320494.0
  12. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=320501.0
  13. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320476.0
  14. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=320495.0
  15. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=320488.0
  16. You have '. & .' around the $by variable which makes no sense.
  17. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=320482.0
  18. Which of the two queries is failing? You have '. & .' around the $by variable which makes no sense.
  19. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320409.0
  20. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=320461.0
  21. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=320455.0
  22. I used to use dynamically loading js, but it ended up being allot more efficient to put all js into one file and the minify it. Its the actual http requests to multiple files that hurts more than size. Of course it would also depend on what sizes where talking about. Loading a 50k-80k file just to use one function etc etc.
  23. Have you checked out some of the editors mentioned in this thread?
  24. This board is here for questions directly relating to already existing Third Party code. It is NOT a code repository or the place to post requests looking for specific scripts. If you can't find the script you are looking for on Google, you either don't know how to use Google or the specific script does not exist. DO NOT request help with searching.
  25. I'm not sure how that would be achieved through php. The rule is that you use a before words that start with a consonant sound and an before words that start with a vowel sound.
×
×
  • 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.