cute_girl Posted July 23, 2008 Share Posted July 23, 2008 Dear friends. Can any one help me to find out URLs from mail message. I am using IMAP functions to retrieve mails. I searched many regex but couldnt get valid regex. for example: i have email message like this. this is new mail message. this is link in email http://www.domain.com/u/file.php?id1=1&id2=2&id3=3 please get this url from email message and now new url is http://hello.com/v.php?i=3 email is ended. now i want to display only http://www.domain.com/u/file.php?id1=1&id2=2&id3=3 http://hello.com/v.php?i=3 after doing this i want tol find out specific file in these urls i.e. v.php actually i want to display only those urls which contains v.php which is http://hello.com/v.php?i=3 I just need guidence. I tried alot but failed. thanks Quote Link to comment Share on other sites More sharing options...
effigy Posted July 23, 2008 Share Posted July 23, 2008 http://www.phpfreaks.com/forums/index.php/topic,197080.0.html Quote Link to comment Share on other sites More sharing options...
cute_girl Posted July 24, 2008 Author Share Posted July 24, 2008 @effigy thanks for ur help, but actually i need PHP script, and also i want a regex which must work on all types of URLs. once again thnx. Quote Link to comment Share on other sites More sharing options...
effigy Posted July 24, 2008 Share Posted July 24, 2008 That is a PHP script and it will work on most. You can make it broader by reducing the protocol portion. What does it not match for you? 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.