Fatal error: cannot redeclare db_connect () Error

Source: Internet
Author: User

Fatal error: cannot redeclare db_connect () (previusly declared in D:/Wamp/www/flex/New/mysql_inc.php: 7) in D: /Wamp/www/flex/New/mysql_inc.php on line 20

 

 

The solution is as follows:

1. is there any include, require, or other file functions in your source code that contain the definition of the function NW (), and the Code contains NV () so the redeclare (repeated declaration/Definition) error occurs.
2. Php contains two files with the same name function. What are the consequences?

A:

(1) An error is reported:
Fatal error: cannot redeclare Function Name of the same name () (previusly declared in error program: Number of wrong rows)


(2) The fatal error: cannot redeclare function name is displayed.
That is, you have already declared this function.
You can change include or require to include_once.
Or require_once

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.