Re: include in php
- From: "J.O. Aho" <user@xxxxxxxxxxx>
- Date: Sat, 15 Jul 2006 16:51:14 +0200
Shearer wrote:
Which is the corresponding in php of asp command:
<!-- #Include file="file.asp" -->
?
<?PHP include 'file.php' ; ?>
http://www.php.net/manual/en/function.include.php
<?PHP include_once('file.php'); ?>
http://www.php.net/manual/en/function.include-once.php
//Aho
.
- References:
- include in php
- From: Shearer
- include in php
- Prev by Date: include in php
- Next by Date: Re: tracking / help desk software (free)
- Previous by thread: include in php
- Next by thread: Re: include in php
- Index(es):