Re: application level variable file
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 3/22/2013 10:22 AM, [email protected] wrote: > I am very new to the PHP application and would like to create a new > project. > I would like to have a file to save my application level variable and > functions. > > I would like to know does PHP have any default file name and file path for > this file like Web.config file for ASP.Net and Application.cfm for > ColdFusion? > > Your help and information is great appreciated, > > Regards, > > Inungh Why not try reading the php manual to get an understanding of how PHP works first?? You obviously haven't learned about the include/require statements and what they can do.