Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. We need to see relevant code.
  2. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=355225.0
  3. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=355218.0
  4. Has your table got a timestamp or similar field?
  5. Functions except arguments and return data so that you can pass things into and retrieve things from functions.
  6. How many times are you going to ask this same question?
  7. You don't need to echo an included file. <?php include "help.php"; ?>
  8. The 'Cloud' is just a fancy marketing term for a remote computer. Simple as that.
  9. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=355205.0
  10. Take a look at the documentation of any framework.
  11. What's with all the curly braces and quotes? $parsed_line->{'forecast'}->{'simpleforecast'}->{'forecastday'}->{'high'}->{'farenheit'}; should be.... $parsed_line->forecast->simpleforecast->forecastday->high->farenheit;
  12. Of course, it's already implemented. http://httpd.apache.org/docs/2.0/vhosts/mass.html
  13. Actually, Xdebug doesn't look like it will build against 5.4 yet. I could have sworn I had already installed it.
  14. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=355149.0
  15. Ask your host. You might be using Apache.
  16. Sorry, but you do not know what your talking about.
  17. Anyway, I'm all for the contests idea. I think we should try and build something a little left of centre though. Maybe a package manager for PHP libraries? A Rake clone? A static site generator? Salathe Edit: Removed off-topic sentence referring to deleted post.
  18. As requinix has already said, the operating system is of no relevance to your question. What http server are you using?
  19. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=355144.0
  20. Lucky for me I use a nice up to date Linux distro that already has php5.4 and all of it's extensions available (has done since the alpha releases).
  21. That doesn't help. That is just your kernel version. You'll need to ask your host.
  22. Ask your hosting provider is probably the easiest way, though you may get a hint by executing.... uname -a It's odd that you wouldn't know.
  23. This topic has been moved to PHP Installation & Configuration. http://www.phpfreaks.com/forums/index.php?topic=355087.0
  24. https://developer.mozilla.org/en/JavaScript/Reference/Statements/for
×
×
  • 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.