pl:
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Listing 5.14 Returning to HTML Mode Within a Code Block</title>
</head>
<body>
<div>
<?php
$display_prices = true;
if ( $display_prices ) {
?>
<table border="1">
<tr><td colspan="3">todays prices in dollars</td></tr><tr>
<td>14</td><td>32</td><td>71</td>
</tr></table>
<?php
}
?>
</div>
</body>
</html>
Eredmény:
todays prices in dollars | ||
14 | 32 | 71 |
Nincsenek megjegyzések:
Megjegyzés küldése