Sandbox: Difference between revisions
Appearance
No edit summary |
m Add to Category:Sandbox |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<syntaxhighlight lang="php"> | |||
<?php | |||
$v = "string"; // sample initialization | |||
?> | |||
html text t | |||
<? echo $v; // end of php code | |||
?> | |||
</syntaxhighlight> | |||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| keyname = WebServer.Enabled | | keyname = WebServer.Enabled | ||
| Line 10: | Line 20: | ||
| LV3 = 7 | | LV3 = 7 | ||
| LV4 = 8 | | LV4 = 8 | ||
| LV5 = | | LV5 = | ||
| LV6 = | | LV6 = | ||
| OS1 =w | | OS1 =w | ||
| OS2 =m | | OS2 =m | ||
| Line 17: | Line 27: | ||
| OS4 =u | | OS4 =u | ||
| notes =None | | notes =None | ||
}} | }} | ||
{{ labviewconfigurationkey | {{ labviewconfigurationkey | ||
| Line 30: | Line 40: | ||
| LV3 = 7 | | LV3 = 7 | ||
| LV4 = 8 | | LV4 = 8 | ||
| LV5 = | | LV5 = | ||
| LV6 = | | LV6 = | ||
| OS1 =w | | OS1 =w | ||
| OS2 =m | | OS2 =m | ||
| Line 38: | Line 48: | ||
| notes =None | | notes =None | ||
}} | }} | ||
[[Category:Sandbox]] | |||
Latest revision as of 17:17, 7 August 2024
<?php
$v = "string"; // sample initialization
?>
html text t
<? echo $v; // end of php code
?>
WebServer.Enabled
| Example | WebServer.Enabled=TRUE
|
|---|---|
| Description | Enable Web Server |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |
WebServer.LogEnabled
| Example | WebServer.LogEnabled=TRUE
|
|---|---|
| Description | Enable Log File |
| Datatype | Boolean |
| Permitted Values | TRUE or FALSE |
| Default Value | FALSE |
| LabVIEW Versions | |
| OS's Supported | |
| Notes | None |