How to pass value from smarty file to a php file
file.tpl pass->value X
file.php echo X
how to accomplish this..
thank u in advance.
Smarty
Moderator: General Moderators
Re: Smarty
Are you submitting a form? Is file.tpl being shown from file.php?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.