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.



thomas

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

Reply via email to