![]() |
![]() |
||||
![]() |
|||||
|
sqlmetaDescription: SQLMeta is a language to use sql-queries in html pages. It is designed as a server-side pre processor which parses the html file and executes all sqlmeta tags in the file. example: <sql print "foo"> This line will be replaced in the output as 'foo'. Inserting a list of people into your page is now as simple as: <sql with "SELECT * FROM People"> <sql print "${rownr} - ${col1}<br>"> <sql loop> In the html-page this example will look like: 1 - Fooname1 2 - Fooname2 3 - Bar 4 - My Name Releases: sqlmeta-v1.0b sqlmeta-v1.1.1b sqlmeta-v1.1.2b sqlmeta-v1.1b Email me with questions/comments : Daan <Danovitsch @ Vitsch . net> |