Thomas Seifert wrote:

On Mon, 12 Jul 2004 21:53:51 -0400, Marc Richards wrote:


<? do: ?>
<tr>
   <td><?= $s_array['name'] ?></td>
   <td><?= $s_array['classyear'] ?></td>
   <td><?= $s_array['status'] ?></td>
</tr>
<? while ($s_array = mysql_fetch_array($search_results): ?>
<? enddowhile ?>



This looks like a good case to use a real template-engine.


Huh? Why would you use a template engine if the features you are looking for already exist in the language. You think I should use a template engine just for do while?


Marc

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to