MySQL Forums
Forum List  »  Newbie

Re: function include() failed!
Posted by: Jay Pipes
Date: June 17, 2005 09:06AM

Remember that PHP is case-sensitive. Ensure that if your file is called config.php, that you use:

include("config.php");

not

include("Config.php");

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Written By
Posted
June 17, 2005 07:54AM
June 17, 2005 08:41AM
June 17, 2005 09:04AM
Re: function include() failed!
June 17, 2005 09:06AM
June 17, 2005 09:15AM
June 17, 2005 09:25AM
June 17, 2005 09:41AM
June 17, 2005 09:43AM
June 17, 2005 09:44AM
June 17, 2005 10:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.