Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Your going to need to post your current code. In tags please.
  2. You don't select any field from the database called "filename".
  3. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=359340.0
  4. Makes no sense any other way.
  5. Your form element names are different to that used in the php code.
  6. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=359389.0
  7. And where exactly is that code is relation to the javascript?
  8. finished = <?php echo $somephpvar; ?>;
  9. Can you post your php code?
  10. It helps if you describe your problem.
  11. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=359385.0
  12. See preg_match.
  13. You should use jQuery's ajax() method instead. It has a statusCode event which is prefect for this situation. See http://api.jquery.com/jQuery.ajax/
  14. From memory IIS6 does not support url rewriting. You need at least IIS7.
  15. Did you read my last two replies?
  16. Cool. What is the problem?
  17. Actually, looking at it again, there would be an unclosed <font> tag. Fix that and you should be golden. Better still, don't use font tags, they are pretty 1995.
  18. My code should work fine. What do you see when you view the source of the page?
  19. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=359282.0
  20. $body .= '<b><font color="#006699"><img src="' . $num . '">: ' . $user_name . ':
  21. My main motivation for working in vim is the fact that we do allot of remote stuff via ssh on client machines at work. So, now I can use the same editor under all circumstances. Even when I work from home, it's so much easier to just connect to the vps, ssh in and open vim in a terminal. I don;t have to worry about the overhead of a Desktop.
  22. Have you tried an IDE? I used to think a simple text editor was all I needed too, but then I tried an IDE. The only time I use a regular text editor now is just for real quick edits, or stuff that I don't want to make into a project in my IDE. IDE's tend to get in my way. All I use is vim with a few plugins: https://github.com/tpope/vim-pathogen https://github.com/tpope/vim-fugitive https://github.com/tpope/vim-unimpaired https://github.com/vim-scripts/taglist.vim https://github.com/vim-scripts/sessionman.vim https://github.com/vim-scripts/bufexplorer.zip https://github.com/tpope/vim-surround https://github.com/vim-scripts/FuzzyFinder
  23. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  24. That's because MS sux balls.
  25. Hmmm, I smell spam.
×
×
  • 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.