On Sun, 16 Sep 2001 09:57:14 +0200, you wrote:

>I'm having a problem with following : I'd like to activate a php file as a home page, 
>but without pointing directly to it(http://www.smth.com/file.php). I'd like to know 
>if it is 
>possible to call it from a html file(index.htm for exp. )

index.php could include('file.php');

or you could redirect with header('Location...'); or a meta refresh
tag.

djo


-- 
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