Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. trq

    MOVED: SFax

    This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=352376.0
  2. onChange is indeed correct. Have you tried to write any code?
  3. I think the manual entry is pretty good.
  4. Yes. $('yourselect').change(function(e) { // do something });
  5. Your probably better off using parse_url and basename.
  6. That would imply that $xml_str is not valid xml.
  7. Are you sure it is that line that is throwing the error? What are you doing with $xml_string after this?
  8. Ok, well first things first. Column names such as col1 col2 col3 etc etc wreak of the need for a database refactor. Column names should describe the actual data they contain. If you need multiple fields of similar name like that you need to look into "Database Normalisation". Google it.
  9. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=352028.0
  10. New to php yet you have clients? Ridiculous.
  11. This topic has been moved to Other Libraries and Frameworks. http://www.phpfreaks.com/forums/index.php?topic=352327.0
  12. Firstly, the idea of storing your columns in another database table is ridiculously inefficient and I see absolutely no reason for doing so. Secondly, your not calling any function in the middle of your query. Secondly, you should be returning the data, not echoing it.
  13. trq

    Dohhhh

    Have you heard of indenting your code so it is readable?
  14. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=352279.0
  15. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=352310.0
  16. That is precisely what this forum is for. There are thousands of people here willing to help, just post your questions.
  17. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=352302.0
  18. I'm a massive vim fan so don't really have much of an opinion when it comes to IDE's.
  19. That's because MS sux balls.
  20. Hmmm, I smell spam.
  21. 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.
  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.