Sandbox: Difference between revisions
Appearance
No edit summary |
m Add to Category:Sandbox |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
$v = "string"; // sample initialization | $v = "string"; // sample initialization | ||
?> | ?> | ||
html text | html text t | ||
<? echo $v; // end of php code | <? echo $v; // end of php code | ||
?> | ?> | ||
| Line 48: | 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 |