Jump to content

Sandbox: Difference between revisions

From LabVIEW Wiki
No edit summary
No edit summary
Line 1: Line 1:
<syntaxhighlight lang="php">
<syntaxhighlight lang="php">
<?php     $v = "string";    // sample initialization ?> html text <?    echo $v;        // end of php code ?>  
<?php
$v = "string";    // sample initialization ?> html text <?    echo $v;        // end of php code ?>
</syntaxhighlight>
</syntaxhighlight>



Revision as of 23:54, 29 January 2011

<?php
$v = "string";    // sample initialization ?> html text <?     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

5.x , 6.x , 7.x , 8.x

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

5.x , 6.x , 7.x , 8.x

OS's Supported

Notes None