rkovacic Posted October 2, 2013 Share Posted October 2, 2013 We are using the exercises in the eCommerce book for an advanced web development course. We continually have problems with the $dbc variable throwing errors, example: "An error occurred in script '/includes/footer.html' on line 43:Undefined variable: dbc" (this error is not exclusive to the footer.html file, errors have occurred when loading other files as well) This variable is defined early on in the dynamic processes, as a global variable, in the 'mysql.inc' file. So I don't understand why other files don't recognize this variable. Any help troubleshooting is appreciated. --RK Link to comment Share on other sites More sharing options...
HartleySan Posted October 3, 2013 Share Posted October 3, 2013 Could you please post what you feel is the relevant code for the problem? Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts