Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Which is what exactly? I swear, this is the last time I'm going to ask this same question.
  2. trq

    enquiry

    The entire forum is open source, take a look at the bottom of the page. Not sure what editor it is.
  3. What does: echo $file; output?
  4. There might be some misunderstanding here. I thought you where actually looking to wrap calls to $_POST['something'] with some sanitising functionality within your code itself. eg; Search your code base and replace the calls. You need to use the search and replace in your text editor or better still, a tool like sed if your on a *nix based system.
  5. We need to see code and exactly what your getting back as a response.
  6. Given the right tools of course you can. I don't see what this has to do with php.
  7. Do you have error reporting enabled? What error are you getting? Have you got a mail server installed?
  8. What exactly is being returned and how?
  9. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=351534.0
  10. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=351535.0
  11. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=351532.0
  12. #3# should cause you a syntax error as it makes absolutely no sense to php. You probably need to check for a string. if ($file == '#3#') {
  13. Have you checked the manual? See mail.
  14. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=351526.0
  15. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=351528.0
  16. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  17. That's because MS sux balls.
  18. Hmmm, I smell spam.
  19. There is no definitive answer, just opinion. Often the one that is well suited to your style of development and specific project requirements will be the best one to use.
  20. 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.
  21. Have you checked out some of the editors mentioned in this thread?
  22. 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.
  23. 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.
  24. You'll need to be more descriptive. Your example makes little sense to me.
  25. Netbeans 6.8 does seem even better than 6.7. Many improvement + it does seem more responsive.
×
×
  • 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.