Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Well why not try again and come back when you have a specific problem?
  2. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=354366.0
  3. This topic has been moved to Other. http://www.phpfreaks.com/forums/index.php?topic=354354.0
  4. If your not using PDO with MSSQL you should be.
  5. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=354313.0
  6. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=354302.0
  7. I assure you, I have not removed any of your threads recently. I think someone might be paranoid. As for my previous reply, I don't see anything wrong with it. It's not rocket science. I shall try and stop stating the obvious in future.
  8. Split from http://www.phpfreaks.com/forums/index.php?topic=354292 I wasn't having a dig at you. Just people in general don't seem to want to bother thinking. Your last post for instance (now I am having a go at you). Is it really necessary to post this on a forum looking for help? Maybe I'm just blinded by experience, but you yourself have 700+ posts under your belt. It's not really that hard to figure out that a string that starts with a double quote needs to end with a double quote.
  9. No, not unless the data is going into a database query.
  10. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=354184.0
  11. Or they would learn to *think*.
  12. First things first, because your just starting out, you should get in the habit now of indenting your code properly. Reading your code might seem easy enough now, wait until your application has a few hundred thousand lines of code. Secondly, you cannot output any data prior to calling the header() function. Make sure you have error reporting turned on and you should see warnings about his fact. As for your questions; Is it secure? Overal, there is nothing to be concerned about. The script doesn't actually do a greta deal. Why your encoding everything using html entities is beyond me though, your not sending a html email. Second issue; You have the data the user has submitted in variables. Use them. Third issue; At it's simplest you can simply store all your error messages within an array and then display them next to each missing form element.
  13. PHP simply outputs content to the browser. In your case, it would output the JavaScript contained in your else statement. Wether it *runs* or not depends entirely on your JavaScript code.
  14. Considering your post contains no PHP its quite obvious this isn't the right board. How about you think before posting where ever you like.
  15. This topic has been moved to PHP Installation & Configuration. http://www.phpfreaks.com/forums/index.php?topic=354272.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.
×
×
  • 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.