Forum Moderators: coopster
<a href="www.somesite.com">Some Site</a>
and uploaded to the database, when the data is retrieve, it will lead to :
[mydomain.com...]
Is there anyway to verify the input of the user, and add http:// if necessary?
Welcome to WebmasterWorld. You coule use a regular expression to chec the string has http;// in it, if not add it.
Or you could use something like strpos(), if it returns false then you must add the [....]
Cheers