Look the code below. Is it an obligation to multiply the number of <?php ?>. There is no other way ? not possible to use only an open php tag (<?php) and a clode php tag (?>) ?
Sure, instead of using <?php ?> use echo or print.
switch($constant_lastupdate[$i][3]){ case '1' : echo "<img src='design/logo_windows.gif' alt='' width='12' height='10' border='0'>"; break;
And so on ...
Jean-Christian Imbeault
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php