|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-10 08:34 UTC] stas@php.net
[2000-10-28 23:56 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
<? // includes file include.inc echo "my name is " . __FILE__; ?> <? // includer main.php include("include.inc"); include("include.inc"); ?>