User Tools

Site Tools


uphp:functions:include

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
uphp:functions:include [2018/04/13 18:12]
jeff Improved to include Notes (compilation, uPHP Tags)
uphp:functions:include [2018/04/13 18:15]
jeff Removed section reference (#notes)
Line 30: Line 30:
 The code contained in the included file is compiled into the script the first time the script is run. If changes are made to the contents of an included file without modifying the script that contains [[include]] then re-compilation must be forced. See [[uphp:uphp_compiler#Notes|The uPHP Compiler]] for more information. The code contained in the included file is compiled into the script the first time the script is run. If changes are made to the contents of an included file without modifying the script that contains [[include]] then re-compilation must be forced. See [[uphp:uphp_compiler#Notes|The uPHP Compiler]] for more information.
  
-The included file is interpreted as HTML unless it contains the opening and closing uPHP Tags ''<?'' and ''?>''. See [[uphp:uphp_language_basics#uPHP Tags|uPHP Language Basics]] for more information.+The included file is interpreted as HTML unless it contains the opening and closing uPHP Tags ''<?'' and ''?>''. See [[uphp:uphp_language_basics|uPHP Language Basics]] for more information.
  
 ====See Also==== ====See Also====
uphp/functions/include.txt · Last modified: 2021/09/13 05:57 (external edit)