Let's say I have a string http://www.website.com and I want to find out if the string contains an http:// or not. If not I want to add it to be displayed in the html code.
Can anyone help with the code for this?
String Function Question
Moderator: General Moderators
preg_match Should work im sure!