Subject PHP and Dreamweaver
Author Johan van Zyl
Hi
When I click on code between <?php and ?> then I cannot use Dreamweaver MX's
Properties to edit Font, Colors etc. it is just not available. If I then
click outside of that then it is available again.
<table border>
<tr>
<td> <b>First</b></td>
<td> <b>Last</b></td>
</tr>
<?php
while ($row = ibase_fetch_row ($sth))
{ print "<tr>";
print "<td> ".$row[0]. " </b></td>";
print "<td> ".$row[1]. " </b></td>";
print "<tr>";
}
ibase_close ($dbh);
?>
</table>
</html>
========================
Johan van Zyl
JVZ Systems CC
Box 3469
Somerset West
7129
johan@...
http://www.jvz.co.za
+27 (0)82 875 4238
+27 (0)21 851 7205
Fax 088 021 852 2387


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.796 / Virus Database: 540 - Release Date: 2004/11/13