Hi !!!
I'm working in a code to separate the php-code from html and I need help to implement the following code:
#Original code.
<?php
if($tag) {
echo $tag."<br><br>";
}
?>
#The aspired code to insert in a html template where each $tag should be any of my mysql table row eg: image, name, etc...
<%if tag%>
#Where any html inserted here will be printed.
<%tag%><br><br>
<%endif%>
Please, any ideas to start this implementation???
Best Regards,
marcoBR
btw: sorry 4 my poor english ...