Function ereg() is deprecated

后端 未结 3 419
遇见更好的自我
遇见更好的自我 2020-12-19 06:34

I have started to learn PHP. So installed WAMP server on my windows 7 machine. I am trying the following PHP code :



        
3条回答
  •  借酒劲吻你
    2020-12-19 07:02

    It means that the function you are using is now obsolete. You cannot use this function any more. I received the same error with PHP 5.5.6. One possible solution to your issue could be to downgrade your PHP version so it gets supported.

提交回复
热议问题