G
Guest
Hi all,
I with a lot of help from others managed to create an database for checking
data accuracy. One of the checks is to check Email adddress endings to make
sure they have a valid domain e.g. .co.uk .com etc. These are stored in a
table. Just today I found out you could ping sites to see if they are valid.
i.e. Ping google.co.uk.
So, what I would like to do is have a function simply for testing an Email
address by pinging. And then return 1 for good or 0 for bad. I could then
append all of the endings which pinged (1) into my allowed Email table.
Can anyone tell memhow I could do this. Dare I say it, but Im quite excite
about the possibilities..I am sad.
I with a lot of help from others managed to create an database for checking
data accuracy. One of the checks is to check Email adddress endings to make
sure they have a valid domain e.g. .co.uk .com etc. These are stored in a
table. Just today I found out you could ping sites to see if they are valid.
i.e. Ping google.co.uk.
So, what I would like to do is have a function simply for testing an Email
address by pinging. And then return 1 for good or 0 for bad. I could then
append all of the endings which pinged (1) into my allowed Email table.
Can anyone tell memhow I could do this. Dare I say it, but Im quite excite
about the possibilities..I am sad.