--- parser3/src/www/htdocs/Attic/index.html 2001/04/04 10:50:37 1.102
+++ parser3/src/www/htdocs/Attic/index.html 2001/04/06 08:55:23 1.113
@@ -28,18 +28,21 @@ $n
#^data.match[1][g]{X}
@mt[s;m]
-$m ^if(^s.match[$:m][i]){matches}{do not match} $s
+$m ^if(^s.match[$:m;i]){matches}{does not match} $s
@main[]
^connect[$SQL.connect-string]{
- $news[^table:sql{select * from news}[1;4]]
- ^$news.0=$news.0
- ^connect[2$DEFAULTS.connect-string]{
- $news[^table:sql{select * from news}(1;4)]
- ^$news.0=$news.0
- }
- $news[^table:sql{select * from news}(1;4)]
- ^$news.0=$news.0
+ $random_age(^random:generate(10000))
+ $shit[^taint[our's]]
+ $paf[^table:sql{insert into paf (name, age) values ('$shit', ^random:generate(10000))}]
+ $paf[^table:sql{select * from paf order by id desc}(5)]
+ $paf{
+ ^empty{query result is empty}{
+
| id | name | age |
| $id | $name | $age |