natefanaro
Technical User
I am looking for something that will add http:// if it does not exist in a form. If it does exist, don't add http://
so would be changed to
would not be changed at all.
I think that I would have to use regular expressions, or preg_replace. Any ideas?
so would be changed to
would not be changed at all.
I think that I would have to use regular expressions, or preg_replace. Any ideas?