|
|
| version 1.102, 2001/04/04 10:50:37 | version 1.104, 2001/04/05 11:02:02 |
|---|---|
| Line 32 $m ^if(^s.match[$:m][i]){matches}{do not | Line 32 $m ^if(^s.match[$:m][i]){matches}{do not |
| @main[] | @main[] |
| ^connect[$SQL.connect-string]{ | ^connect[$SQL.connect-string]{ |
| $news[^table:sql{select * from news}[1;4]] | $paf[^table:sql[select * from pafz](1;4)] |
| ^$news.0=$news.0<BR> | <table border=1> |
| ^connect[2$DEFAULTS.connect-string]{ | <tr><td>id</td><td>name</td><td>age</td></tr> |
| $news[^table:sql{select * from news}(1;4)] | ^paf.menu{<tr><td>$id</td><td>$name</td><td>$age</td></tr>} |
| ^$news.0=$news.0<BR> | </table> |
| } | |
| $news[^table:sql{select * from news}(1;4)] | |
| ^$news.0=$news.0<BR> | |
| } | } |
| <HR> | <HR> |