Re: [PHP] .inc.php

2003-07-01 Thread Jeff Harris
|- Original Message - |From: "Kyle Babich" <[EMAIL PROTECTED]> |To: "PHP-General" <[EMAIL PROTECTED]> |Sent: Tuesday, July 01, 2003 3:38 PM |Subject: [PHP] .inc.php | | |> When .inc.php files are included they are also executed whenever the |> script i

Re: [PHP] .inc.php

2003-07-01 Thread Suhas Pharkute
CTED]> Sent: Tuesday, July 01, 2003 3:38 PM Subject: [PHP] .inc.php > When .inc.php files are included they are also executed whenever the > script is executed right? > -- > Kyle > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.

Re: [PHP] .inc.php

2003-07-01 Thread Kyle Babich
And when functions are defined in *.inc.php they can be executed in the main program? (I just finished writing a logging system and php isn't giving me any errors so I'm trying to figure out what is gong wrong.) On 01 Jul 2003 17:43:16 -0400, "Yann Larrivee" <[EMAIL PROTECTED]> said: > Yes beacaus

Re: [PHP] .inc.php

2003-07-01 Thread Yann Larrivee
Yes beacause the real extension is .php On Tue, 2003-07-01 at 17:38, Kyle Babich wrote: > When .inc.php files are included they are also executed whenever the > script is executed right? > -- > Kyle -- Yann Larrivee <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] .inc.php

2003-07-01 Thread Kyle Babich
When .inc.php files are included they are also executed whenever the script is executed right? -- Kyle -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php