Jump to content

Unknown Issues.


maxudaskin

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.