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}
Ví dụ về Cookie: |
{$smarty.cookie.page}
|
Ví dụ về SERVER:
{$smarty.server.SERVER_NAME
}
Ví dụ về Session:
{$smarty.session.page}
No comments:
Post a Comment