dealmaker
01-04-2006, 12:47 AM
Hi,
I have a template that has mostly HTML and some data from php in form of <?=$text;?>. I have a page that need to have the content with same format (the format in the template) with different data. How can I loop the template couple time in the web page? I try to reuse the template, not create a string of the content of the same template and then echo them.
Many thanks.
I have a template that has mostly HTML and some data from php in form of <?=$text;?>. I have a page that need to have the content with same format (the format in the template) with different data. How can I loop the template couple time in the web page? I try to reuse the template, not create a string of the content of the same template and then echo them.
Many thanks.