I've input field where visitor will have to enter URL and some may enter just www.some_site.com
or http://www.some_site.com
or https://www.some_site.com
or even some_site.com
.
i want no matter they entered is to make the output like http://www.some_site.com
will i use str_replace
but how.
~ any help or idea else.