U cant use php code in .html file. Rename .html to .php and try this
<a href=“view2.php?id=<?=$id?>”> <?=$name?></a>
1
solved How to give echo ‘‘ . $name . ‘‘; in html
U cant use php code in .html file. Rename .html to .php and try this
<a href=“view2.php?id=<?=$id?>”> <?=$name?></a>
1
solved How to give echo ‘‘ . $name . ‘‘; in html