Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Test Code
#1

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;
?>




Reply
#2

<table>

<tr>

<td>TEST</td>

</tr>

</table>

 



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




Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)