Easy creation of database driven web sites. - Mailing list pgsql-general

From Janardhan Sridhar
Subject Easy creation of database driven web sites.
Date
Msg-id YwWi6.3044$Bh7.269160@newsread2.prod.itd.earthlink.net
Whole thread Raw
List pgsql-general
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>




pgsql-general by date:

Previous
From:
Date:
Subject: Is inet printable?
Next
From: "Mitch Vincent"
Date:
Subject: Re: Case insensitive selects?