<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-904498318896996987</id><updated>2024-08-29T21:36:28.283-07:00</updated><category term="parsing"/><category term="php"/><title type='text'>Php Solutions</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://scvinodkumar.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904498318896996987/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://scvinodkumar.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>VinodKumar</name><uri>http://www.blogger.com/profile/12190095085159225531</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-904498318896996987.post-9187535813334163764</id><published>2008-10-08T14:21:00.000-07:00</published><updated>2008-10-08T14:22:47.406-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="parsing"/><title type='text'>Parsing HTML to find Links</title><content type='html'>$url = &quot;http://in.php.net/manual/en/function.stream-context-create.php&quot;;&lt;br /&gt; $input = @file_get_contents($url) or die(&#39;Could not access file: $url&#39;);&lt;br /&gt; $regexp = &quot;&lt;a\s[^&gt;]*href=(\&quot;??)([^\&quot; &gt;]*?)\\1[^&gt;]*&gt;(.*)&lt;\/a&gt;&quot;;&lt;br /&gt; $regexp = &quot;&lt;img\s[^&gt;]*src=(\&quot;??)([^\&quot; &gt;]*?)\\1[^&gt;]*&gt;(.*)&gt;&quot;;&lt;br /&gt; if(preg_match_all(&quot;/$regexp/siU&quot;, $input, $matches))&lt;br /&gt; {&lt;br /&gt; //# $matches[2] = array of link addresses # $matches[3] = array of link text - including HTML code&lt;br /&gt; print_r($matches[2]);&lt;br /&gt; }</content><link rel='replies' type='application/atom+xml' href='http://scvinodkumar.blogspot.com/feeds/9187535813334163764/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/904498318896996987/9187535813334163764' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904498318896996987/posts/default/9187535813334163764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904498318896996987/posts/default/9187535813334163764'/><link rel='alternate' type='text/html' href='http://scvinodkumar.blogspot.com/2008/10/parsing-html-to-find-links.html' title='Parsing HTML to find Links'/><author><name>VinodKumar</name><uri>http://www.blogger.com/profile/12190095085159225531</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-904498318896996987.post-8445521372260352863</id><published>2008-07-11T10:49:00.000-07:00</published><updated>2008-07-11T10:51:35.723-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="php"/><title type='text'>About Me</title><content type='html'>Hi, i am vinod. I am php web developer. If you have any queries in php, please post here, i will help you.</content><link rel='replies' type='application/atom+xml' href='http://scvinodkumar.blogspot.com/feeds/8445521372260352863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/904498318896996987/8445521372260352863' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/904498318896996987/posts/default/8445521372260352863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/904498318896996987/posts/default/8445521372260352863'/><link rel='alternate' type='text/html' href='http://scvinodkumar.blogspot.com/2008/07/about-me.html' title='About Me'/><author><name>VinodKumar</name><uri>http://www.blogger.com/profile/12190095085159225531</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>