Короче сделал я :))) кому надо берите...
-=leming=- 09.01.2003 14:13
^var[last_id;0]
^sql[select count(id) from xgb where name='^form[name]' and comment='^form[comment]']
^var[last_id;^item[0]]
^if[^var[last_id]>0;
<b>Данные уже внесены. Нефига дубли плодить... Биппп Бипп.....</b>
;
^sql[insert into xgb (
published,
name,
comment
) values (
now(),
'^form[name]',
'^form[comment]'
)]
]