Re: [PHP] how to call HTML file within php file

2001-07-25 Thread David Robley

On Thu, 26 Jul 2001 16:18, Balaji Ankem wrote:
> Hi! dear friends,
>  I would like to invoke one HTML file if "IF condition "
> satisfies otherwise invoke another HTML file.
>
> I am sending the document.
>
> Please help out me.
>
> Thanks in advance.
>
> Regards
> -Balaji

This mailing list doesn't allow attachements. However:

if(condition) {
  include('onehtmlfile');
} else {
  include('anotherhtmlfile');
}

-- 
David Robley  Techno-JoaT, Web Maintainer, Mail List Admin, etc
CENTRE FOR INJURY STUDIES  Flinders University, SOUTH AUSTRALIA  

   I do not fear computers. I fear the lack of them.

-- 
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] how to call HTML file within php file

2001-07-25 Thread Balaji Ankem



Hi! dear friends,
 I would like 
to invoke one HTML file if "IF condition " satisfies otherwise invoke another 
HTML file.
 
I am sending the document.
 
Please help out me.
 
Thanks in advance.
 
Regards
-Balaji

The Information contained and transmitted by this E-MAIL is proprietary to 
Wipro Limited and is intended for  use only by the individual or entity to which 
it is addressed, and may contain information that is privileged, confidential or 
exempt from disclosure under applicable law. If this is a forwarded message, 
the content of this E-MAIL may not have been sent with the authority of the 
Company. If you are not the intended recipient, an agent of the intended 
recipient or a  person responsible for delivering the information to the named 
recipient,  you are notified that any use, distribution, transmission, printing, 
copying or dissemination of this information in any way or in any manner is 
strictly prohibited. If you have received this communication in error, please 
delete this mail & notify us immediately at [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]