Simple PHP echo code not working

后端 未结 9 1016
感情败类
感情败类 2020-12-03 17:08

Here is my html with a php script:

  
      
    Bob\'s Auto Parts
  
  

        
9条回答
  •  离开以前
    2020-12-03 17:27

    I had the same problem when I figured out my mistake:

    Instead of correct http://localhost/test.php I just double clicked on the file file:///C:/Users/.../htdocs/test.php.

提交回复
热议问题