Call to undefined function mysql_connect

后端 未结 13 740
小蘑菇
小蘑菇 2020-12-03 11:06

I just installed PHP and Apache on my home PC. When I try to call function mysql_connect I get:

fatal error: call to undefined function mysql_co         


        
13条回答
  •  温柔的废话
    2020-12-03 11:22

    You have probably forgotten to restart apache/wamp/xamp/whatever webserver you use, you need to do that in order to make it work

提交回复
热议问题