maxudaskin Posted August 24, 2008 Share Posted August 24, 2008 I am having an issue that should not occur. For some reason, a page I have is not functioning at all. I have it zipped up linked below. The malfunctioning page is functions_lib.php and the code that stops it is in classes_lib.php. Click Here to Download Attachment issues.zip - 3.84KB Package Includes: - index.php - config.php - functions_lib.php - classes_lib.php Link to comment https://forums.phpfreaks.com/topic/121139-unknown-issues/ Share on other sites More sharing options...
Aeglos Posted August 24, 2008 Share Posted August 24, 2008 Did you even try to debug it yourself? You have a semicolon inside your dbConnect() arguments. Also your $disconnect variable breaks the function since you close the connection before selecting a database or running any query, which makes no sense. Also, the global keyword is evil. Try to stay away from it. Link to comment https://forums.phpfreaks.com/topic/121139-unknown-issues/#findComment-624535 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.