Posted by J.O. Aho on 07/15/06 14:51
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
Navigation:
[Reply to this message]
|