User Tools

Site Tools


uphp:uphp_language_basics

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
uphp:uphp_language_basics [2019/07/22 06:52]
admin
uphp:uphp_language_basics [2019/07/22 06:52]
admin old revision restored (2018/09/05 13:23)
Line 5: Line 5:
 =====uPHP Tags===== =====uPHP Tags=====
  
-When Wattmon parses a file, it looks for opening and closing tags, which are ''<?'' and ''?>'' respectively. This tells Wattmon to start and stop interpreting the uPHP code between them. Parsing in this manner allows you to integrate script code within an HTML file as everything outside of a pair of opening and closing tags is ignored by the uPHP parser.+When [[hardware:wattmons|Wattmon]] parses a file, it looks for opening and closing tags, which are ''<?'' and ''?>'' respectively. This tells [[hardware:wattmons|Wattmon]] to start and stop interpreting the uPHP code between them. Parsing in this manner allows you to integrate script code within an HTML file as everything outside of a pair of opening and closing tags is ignored by the uPHP parser.
  
 <code php> <code php>
Line 64: Line 64:
 =====Programmer Reference===== =====Programmer Reference=====
  
-  * [[.functions:uphp_function_reference|uPHP Reference]] +  * [[functions|uPHP Function Reference]] - The entire function list (advanced) 
-  * [[uPHP Special Variables]]+ 
 +  * [[uPHP Special Variables]] - Special arrays that are populated automatically before a script is run 
  
uphp/uphp_language_basics.txt · Last modified: 2021/09/13 05:57 (external edit)