Rob
Posts: 13
|
Posted: 08/15/2007, 7:42 PM |
|
if have codecharge 2.0.7 and i wrote this website in asp. where form is open to public to insert guestbook feedback but soon i ran into a problem when i submitted my website to search engines after few feedbacks spam started to destroy my database.
all the freaking vaiagra sellers destroying my database. so i decided to insert a code to generate a value that must be provided before form is submitted. but i can't seem to figure out how to cancel the insert operation. please help me with this and please also state where should i put this code in.
dim ss
dim mm
dim hh
ss=second(now)
mm=minute(now)
hh=hour(now)
fldrep=(mm & (ss * 3) & hh & ss) * 4
if fldnum=fldrep then
else
msgbox "Number listed is not correct"
How do i cancel this operation?
end if
_________________
I don't even know enough to know that i don't know. |
 |
 |
Wkempees
|
Posted: 08/16/2007, 7:38 AM |
|
wrong forum message.
Please rpost in appropriate forum, based on language or other.
This forum is for tips and solutions only, not questions.
Thanks
Walter
|
|
 |
|