Tuesday, 10 January 2012

Smarty Post Get (học đòi tí 5)


GET :
        Từ url nhập : http://localhost/smarty/test.php?infor=about
<html>
  <head>
    <title>Page {$smart.get.page}</title>
  </head>
  <body bgcolor="{#bodyColor#}">
    page: {$smarty.get.page} <br>
  </body>
</html>


POST :
Ví dụ về POST:
{$smarty.post.page}
Cookie  :
Ví dụ về Cookie:









{$smarty.cookie.page}
SERVER :
Ví dụ về SERVER:
 {$smarty.server.SERVER_NAME}
Session:
Ví dụ về Session:
{$smarty.session.page}

No comments:

Post a Comment