Hello,
For ex: When I have to show variable value from GET write
But when I have to show variable value from POST I can't write
because it returns nothing.
Could someone write me how to show variable value from POST in template?
For ex: When I have to show variable value from GET write
PHP Code:
[{$smarty.get.variable}]
PHP Code:
[{$smarty.post.variable}]
Could someone write me how to show variable value from POST in template?