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?
How to add include_one to php
Moderators: AmigoJack, bbadmin, helios, MudGuard