H
HomeAndFamily.biz
Guest
I have the following code in a PHP file. I need to put it inside of an existing HTML file.
<a href=\"".sefRelToAbs('index.php?link='.$row->post_by)
."\">".($row->post_by_alias!='' ? $row->post_by_alias : $row->pet)."</a>";
I tried <?php thecode ?>, but I got an error: unexpected <
Is there another way I can type the link to make it html friendly?
<a href=\"".sefRelToAbs('index.php?link='.$row->post_by)
."\">".($row->post_by_alias!='' ? $row->post_by_alias : $row->pet)."</a>";
I tried <?php thecode ?>, but I got an error: unexpected <
Is there another way I can type the link to make it html friendly?