Hello I have a very simple code
Website
Something like this?
if (!strpos($aProfileInfo['Website'], 'http://')) { $aProfileInfo['Website'] = 'http://' . $aProfileInfo['Website']; }