Results 1 to 2 of 2

Thread: HTML question

  1. #1
    Experienced User
    Overall activity: 0%

    Join Date
    Jun 2007
    Posts
    259
    Liked
    0 times
    Points
    12,331
    I'm currently learning up on some HTML and I have a question
    Whats the difference between GET and POST in
    <form method=GET>
    <form Method=POST>
    And like some examples, I don't quite get it.

  2. #2
    Administrator
    Overall activity: 46.0%

    Join Date
    Nov 2006
    Location
    Malaysia
    Posts
    9,802
    Liked
    1656 times
    Points
    48,740
    When you submit a form using GET, the URL changes and all values that you entered in the form will be added to the URL. Not very good for security.

    As for Form, the original URL remains and I think it's the best way of submitting forms to the web server.

 

 

Similar Threads

  1. Top 5 Free HTML Editors
    By Amature Programmer in forum General Forum
    Replies: 3
    Last Post: 12-16-2009, 05:40 AM
  2. Help Me converting a html Java script to vb app
    By aaporwal2002 in forum Software
    Replies: 10
    Last Post: 05-06-2009, 07:45 PM
  3. HTML Help
    By Mark in forum General Forum
    Replies: 12
    Last Post: 02-18-2009, 12:10 AM
  4. HTML Help
    By Mark in forum General Forum
    Replies: 5
    Last Post: 07-24-2008, 05:46 PM
  5. HTML to Flash
    By blackrose in forum General Forum
    Replies: 2
    Last Post: 02-26-2007, 10:23 AM
All times are GMT +8. The time now is 04:59 AM.