May 14, 2003 #1 Rougy Programmer Joined Oct 15, 2001 Messages 249 Location US Are there any specific advantages to using one or the other? They seem to do the exact same thing to me. ----- The death of dogma is the birth of reason.
Are there any specific advantages to using one or the other? They seem to do the exact same thing to me. ----- The death of dogma is the birth of reason.
May 14, 2003 #2 danielhozac Programmer Joined Aug 21, 2001 Messages 2,058 Location SE [tt]include[/tt] includes a file and treats it as PHP. [tt]readfile[/tt] reads a file and outputs it. http://www.php.net/manual/en/function.include.phphttp://www.php.net/manual/en/function.readfile.php //Daniel Upvote 0 Downvote
[tt]include[/tt] includes a file and treats it as PHP. [tt]readfile[/tt] reads a file and outputs it. http://www.php.net/manual/en/function.include.phphttp://www.php.net/manual/en/function.readfile.php //Daniel