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

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -