How to add include_one to php
Posted: Mon Oct 04, 2010 12:26 pm
In php you can open a file from the include statement example
include("../config/constants.php");
How can i add the statement
require_once("../config/constants.php"); to open a file?
include("../config/constants.php");
How can i add the statement
require_once("../config/constants.php"); to open a file?