Vivid Lust Posted October 30, 2008 Share Posted October 30, 2008 Hi all! How can I turn: http://www.bbc.co.uk into: bbc Thanks! Quote Link to comment Share on other sites More sharing options...
gaza165 Posted October 30, 2008 Share Posted October 30, 2008 Would you like this to be the case for every link i.e www.ananova.com = ananova www.ministryofsound.com = ministryofsound ????????????????? Quote Link to comment Share on other sites More sharing options...
Vivid Lust Posted October 30, 2008 Author Share Posted October 30, 2008 yeah every link, in the form of: http://www.X.com Quote Link to comment Share on other sites More sharing options...
Vivid Lust Posted October 30, 2008 Author Share Posted October 30, 2008 how about, so it works with mostly all domains, be able to delete http://www. untill the next "." Any ideas? Thanks Quote Link to comment Share on other sites More sharing options...
gaza165 Posted October 30, 2008 Share Posted October 30, 2008 <?php $string = "http://www.google.com"; $link = explode(".",$string); echo $link[1]; // This will bring back ---- google Quote Link to comment Share on other sites More sharing options...
Vivid Lust Posted October 30, 2008 Author Share Posted October 30, 2008 Thanks loads! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.