| Re: passing value from template to php |
| by demian on 2012/3/24 17:54:18 ok i get it le="color: #000000"><?php <{assign var="loc" value=$event.event_etablissement}> <{php}> echo $this->get_template_vars('loc'); <{/php}>
|
| Re: passing value from template to php |
| by demian on 2012/3/24 17:35:31 hi im a php newbie what if i have this value of <{$event.event_etablissement}> how do i past this to php ? |
| Re: passing value from template to php |
by frankblack on 2008/11/27 11:22:29 Add THIS and THIS to your bookmarks.
|
| Re: passing value from template to php |
| by raggarsvin on 2008/11/27 11:19:05 omg so brilliant and easy, now why didnt i figure that out =) it worked like a charm. Im Wery gratful, thanks alot for that, google throu +100 pages already |
| Re: passing value from template to php |
| by frankblack on 2008/11/27 11:10:35 Like this? le="color: #000000"><?php <{assign var="passback" value=$link.title_s}> <{php}> echo $this->get_template_vars('passback'); <{/php}>
|