Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I nest "require" statements?

Status
Not open for further replies.

rhowes

IS-IT--Management
Jun 6, 2001
140
ZA
Hi

I have a number of standard "require"s at the top of most of my pages. Can I have one "require" instead and that require is simply a list of standard "require"s?

Thanks for your help.

Richard
 
Hi,

Have a PHP file which has all of the require statements in it. Then include this particular file in other PHP files.

That'll do the job.

Joe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top