php - How do I require_once() this file? -


enter image description here

i want require_once() dbconnect.php in register.php . how do that? tried require_once('../dbconnect.php') not work (though work @ register level.

require_once("../../dbconnect.php"); 

Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -