Page 1 of 1

How to add include_one to php

Posted: Mon Oct 04, 2010 12:26 pm
by jaythomas
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?