Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. The concept is exactly the same.
  2. What exactly is the question / problem?
  3. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=354376.0
  4. There are literally thousands of tutorials around that cover this subject. Have you tried looking for one?
  5. This topic has been moved to HTML Help. http://www.phpfreaks.com/forums/index.php?topic=354370.0
  6. Well why not try again and come back when you have a specific problem?
  7. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=354366.0
  8. This topic has been moved to Other. http://www.phpfreaks.com/forums/index.php?topic=354354.0
  9. If your not using PDO with MSSQL you should be.
  10. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=354313.0
  11. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=354302.0
  12. 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.
  13. 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.
  14. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=354184.0
  15. 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.
  16. http://au.php.net/manual/en/ssh2.installation.php
  17. 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.
  18. 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.
  19. This topic has been moved to PHP Installation & Configuration. http://www.phpfreaks.com/forums/index.php?topic=354272.0
×
×
  • 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.