How to add include_one to php

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
jaythomas
Posts: 4
Joined: Tue Aug 24, 2010 11:18 pm

How to add include_one to php

Post 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?
Post Reply