Re: [PHP] Re: application level variable file
[email protected] (Samuel Lopes Grigolato)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CALC33GmiJYSVPnG33j+42LNEKXaDNyGjc_OBPiuWeB20zEd4tA@mail.gmail.com> |
I highly suggest you to read some begginers book or the php.net/manualbefore trying to implement other technologies concepts with PHP. That is because you WILL find some "tricks" to do what you want, and you'll think PHP is a big chunk of bad smelling code, a totally wrong concept. Forget momentarily the roots and learn PHP with a clear space on your RAM. Cheers! On Fri, Mar 22, 2013 at 12:13 PM, Jim Giner <[email protected]>wrote: > 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. > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >