Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Show variable value from post in template

$
0
0
Hello,

For ex: When I have to show variable value from GET write
PHP Code:

[{$smarty.get.variable}] 

But when I have to show variable value from POST I can't write
PHP Code:

 [{$smarty.post.variable}] 

because it returns nothing.

Could someone write me how to show variable value from POST in template?

Viewing all articles
Browse latest Browse all 6951

Trending Articles