Well if your using .inc then your probably including
this into a php file via include "config.inc";
in which case it will become part of a php file so
yes it will be parsed.

If your trying to run it as a standalone then that
will depend on your web server config and which
files you've told it to parse as php files.

-Brian
*********

> -----Original Message-----
> From: John LYC [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 28, 2001 6:31 AM
> To: PHP List
> Subject: [PHP] can .inc run php script?
> 
> 
> hi all,
> 
> can .inc file run scripts...
> 
> example...
> 
> //config.inc
> 
> function watever()
> {
>     //do something
>     $var = something;
>     return $var;
> }
> 
> thanks
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to