Hello!
I have a problem with using php on smarty web page
I would like to use a php code from this web page:
i.e.. <?php readfile ('http://cw.money.pl/wiadomosci_bank i.html', true) ?>
which let me see currency courses on my web page.
The problem is that I have web page built up based on MVC model + Smarty.
Is it possible to implement below code:
<?php readfile ('http://cw.money.pl/wiadomosci_bank i.html', true) ?>
on template file?
If so, please share your knowledge and write me how I could use it?
Thank you in advance for help
M.
I have a problem with using php on smarty web page
I would like to use a php code from this web page:
i.e.. <?php readfile ('http://cw.money.pl/wiadomosci_bank i.html', true) ?>
which let me see currency courses on my web page.
The problem is that I have web page built up based on MVC model + Smarty.
Is it possible to implement below code:
<?php readfile ('http://cw.money.pl/wiadomosci_bank i.html', true) ?>
on template file?
If so, please share your knowledge and write me how I could use it?
Thank you in advance for help
M.
Comment