Hai phương thức post và get có gì khác nhau trong php Ví dụ một form đăng nhập CODE: Select All <form name="main-form" method="post" action="process.php"> <input type="text" name="email" /> <input type="password" name="password" /> <input type="submit" value="Submit Form" /> Khi người dùng tiến hành "submit form", cả hai phương thức này đều tiến hành gửi dữ liệu đến server, tuy nhiên: POST localhost/proccess.php GET localhost/proccess.php?name=lan&age=25 => Bảo mật GET kém hơn POST vì phương thức GET hiển thị thông tin trên đường link khi submit