Smarty

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bharathv
Forum Newbie
Posts: 4
Joined: Wed Mar 25, 2009 2:12 am

Smarty

Post by bharathv »

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.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Smarty

Post by pickle »

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.
Post Reply