javascript - How to link page using href in PHP MVC -
i want know, how linkup page in php mvc.
link page, it's not working.
it's shows nothing on webpage.
in href link add controller/model/view page link, stuck overit how solve this, please help! link id wrong...
<a href='../../database/databaseconnection.php/model/model.php/controller/controller.php?controller=show_data&action=usercreationview.php'></a>
ofc won't show anything. syntax looks this:
<a href="{your link}">{your visible part}</a>
in case visible part missing
Comments
Post a Comment