Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. I'm blaming all typos on my lack of sleep. New baby in the house you know.
  2. So I decided to benchmark them with the latest stable Proem thrown in. http://thorpesystems.com/2012/09/benchmarking-proem-vs-symfony2-vs-zf2 Take with a grain of salt.
  3. What does dev tools or firebug show in regards to your request / response ?
  4. This topic has been moved to PHP Installation & Configuration. http://forums.phpfreaks.com/index.php?topic=364846.0
  5. This topic has been moved to JavaScript Help. http://forums.phpfreaks.com/index.php?topic=364808.0
  6. Then it is not fixed. You cannot echo a resource.
  7. Look at your code. How exactly do you expect multiple "hello"'s to be printed in sequence within a textarea, when the text area itself isn't complete until after the "hello"'s are sent. Server side languages process data server side and then send the results in one response. To achieve the effect your looking for, it would be best to use Ajax.
  8. The question is ridiculous, try again.
  9. In both Bash and Perl you have to declare variables as local within functions (and some other constructs), otherwise, they are global by default.
  10. Your posting on a forum here aren't you? So... of course it's possible.
  11. Jeeze, you'd have a hard time with a language such as Perl or Bash then huh?
  12. I'm not sure I could explain it any simpler than the manual. Where exactly are you stuck?
  13. Take a look at getopt, no point in rolling your own.
  14. This topic has been moved to HTML Help. http://forums.phpfreaks.com/index.php?topic=364780.0
  15. I don't understand what your actual issue is. You either want the image to show or you don't.
  16. You need to read Pikachu2000's reply again. It's better you learn how to find and fix errors rather than have someone simply do it for you.
  17. This topic has been moved to mod_rewrite. http://forums.phpfreaks.com/index.php?topic=364753.0
  18. The badge is not permanent. It appears while you have a valid subscription. And yeah, I would assume the badges will be ported to the new forum.
  19. Well that is a ridiculous name for a Windows program. Link? Git is a version control system - http://git-scm.com/ Bash is a *nix shell - http://git-scm.com/
  20. Coming to a forum where actual developers hang out your bound to get this type of advice. It's in our nature to try and fix bad code / design / logic. Most people appreciate it. Your current code has some obvious faults that lead us to believe your not a developer. That coupled with the idea of storing plain text passwords leaves your application open to security concerns. Sorry if people with more experience feel the need to point some of these out. If you don't want good advice, you should find a board where non programmers help out.
×
×
  • 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.