[PHP] Re: application level variable file

2013-03-22 Thread Jim Giner

On 3/22/2013 10:22 AM, inu...@gmail.com 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



Re: [PHP] Re: application level variable file

2013-03-22 Thread Samuel Lopes Grigolato
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 jim.gi...@albanyhandball.comwrote:

 On 3/22/2013 10:22 AM, inu...@gmail.com 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