Lux
09-28-2003, 07:19 AM
I'm rather new to web building and i could use a little help with building an e-mail validation script.
I've used dreamweaver to create a web page, it does a post to a field within an SQL db, this works fine.
What i have to do now is validate that this post (or entry) appears against another field within another table of my db. If the value is true (i.e. their e-mail address matches one i have in my db, it sends them a mail using xp_sendmail, again this bit works fine) what i need to do is if this entry is not found, i need to run an alert function to display a message)
I have no idea how to do this, can anyone point me in the right direction?
Thanks in advance.
I've used dreamweaver to create a web page, it does a post to a field within an SQL db, this works fine.
What i have to do now is validate that this post (or entry) appears against another field within another table of my db. If the value is true (i.e. their e-mail address matches one i have in my db, it sends them a mail using xp_sendmail, again this bit works fine) what i need to do is if this entry is not found, i need to run an alert function to display a message)
I have no idea how to do this, can anyone point me in the right direction?
Thanks in advance.