Linux-Noob Forums

Full Version: Test Code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Just want to display a test.

 

<?php

$foo = "Hello,";

$bar = "world";

 

echo $foo; echo $bar;

?>

 



Code:
<?php
$foo = "Hello,";
$bar = "world";

echo $foo; echo $bar;
?>





<table>

<tr>

<td>TEST</td>

</tr>

</table>

 



Code:
<table>
<tr>
<td>TEST</td>
</tr>
</table>