T
travelerkgd
We're in need of generating some URL validation code with teh following
criteria:
1) User can enter URL without "http://"
2) Following the last period, for the ".com" or ."org" for example, we need
to make certain that this last part of teh URL is @ least two characters.
3) We need to make certain that when the admin enters a new URL into the
database (on our Backend), that URL is only entered once.
Thanks in advance.
criteria:
1) User can enter URL without "http://"
2) Following the last period, for the ".com" or ."org" for example, we need
to make certain that this last part of teh URL is @ least two characters.
3) We need to make certain that when the admin enters a new URL into the
database (on our Backend), that URL is only entered once.
Thanks in advance.