Обсуждение: Easy creation of database driven web sites.

Поиск
Список
Период
Сортировка

Easy creation of database driven web sites.

От
"Janardhan Sridhar"
Дата:
Looking for an open source web development tool that supports commercial as
well as open source databases? Check out http://www.openbedrock.org

<sqlconnect>
<table>
<sqlselect "select * from customers">
<tr>
   <td><var $name></td>
   <td><var $address></td>
   <td><var $phone></td>
</tr>
</sqlselect>
</table>