PHP code displaying as comments in browser using WAMP [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . As is says in the title, my PHP code is showing up in the browser code inspector like it is commented out. For example, <? include("assets/php/dbconn.inc.php"); $conn = dbConnect(); $sql = "SELECT * FROM movies"; $rs = $conn->query($sql) or die ("Movie query failed"); $number_of_rows = $rs->num_rows; while($row