How to exclude HTML from PHP and PHP file still able to link with the HTML file?
问题 View table<-- this is my example. And code is provided too. I need to separate HTML from PHP, moving HTML to another file but my PHP code still be able to link with it. Is there any idea? I am trying to make something like View model controller. <html> <head> <meta charset="utf-8"> <title>View Records</title> <link rel="stylesheet" href="css/style.css" /> </head> <body> <div class="form"> <p> <a href="dashboard.php">Dashboard</a> | <a href="view.php">View Records</a> | <a href="insert.php"