<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019004" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019004</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/taking-info-another-page#comment-1112574</link>
    <description> &lt;p&gt;Have you tried searching HotScripts.com or Google?&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Aug 2002 22:01:36 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112574 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/taking-info-another-page#comment-1112565</link>
    <description> &lt;p&gt;Listen, my knowledge of PHP is neglegeble, but if you could just send me a sample page that say takes the information from one site (you choose - you can get it to take stuff from my own site - &lt;a href=&quot;http://www.higherengineranking.com/ywith&quot; class=&quot;bb-url&quot;&gt;higherengineranking.com/ywith&lt;/a&gt; if you want) and then I can adapt it to my needs. Could you please help?????&lt;/p&gt;
&lt;p&gt;If you can help me I would add your link to my website.&lt;/p&gt;
&lt;p&gt;Oh yeah this reminds me, zollet, give me your link again since you helped me with the hotmail window thingy.&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 Aug 2002 14:05:18 +0000</pubDate>
 <dc:creator>ywith</dc:creator>
 <guid isPermaLink="false">comment 1112565 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/taking-info-another-page#comment-1112540</link>
    <description> &lt;p&gt;I don&#039;t have a copy of that email anymore.  I basically explained that you need to pattern match the source code for the information you wish to grab.  If your language of choice is PHP, then you should read up on &lt;a href=&quot;http://www.php.net/manual/en/ref.pcre.php&quot; class=&quot;bb-url&quot;&gt;&lt;/a&gt; and te function &lt;a href=&quot;http://www.php.net/manual/en/function.preg-match.php&quot; class=&quot;bb-url&quot;&gt;preg_match()&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Some notes to keep in mind...&lt;br /&gt;
- If the target site changes their source code, your script will need updated.&lt;/p&gt;
&lt;p&gt;- If you have access to the target site&#039;s source, put comment tags around your desired text.  This will make it easier to grab with a REGEX statement.&lt;/p&gt;
&lt;p&gt;- If the desired text is stored in a DB, gain access to the DB.  It&#039;s easier to query a DB than do a screen scrap.&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Aug 2002 18:34:54 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112540 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/taking-info-another-page#comment-1112538</link>
    <description> &lt;p&gt;Mark, you said in one of the threads that you emailed the guy with how to do it. I am hardly able to read his email to do it. It seems that you don&#039;t wish to post it because you don&#039;t want people nicking content from others. Fair enough, I take your point, but the reason I want it is to kind of take information from my own site if that makes any sense. I need it to take information from another site I own you see so I am allowed to do it. I&#039;ll do a search for this scraping thing and for this page ripper, but could you also send me an email how to do it as well.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;mailto:adam@ywith.com&quot; class=&quot;bb-email&quot;&gt;adam@ywith.com&lt;/a&gt; is the email. Thanks alot.&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 Aug 2002 16:21:34 +0000</pubDate>
 <dc:creator>ywith</dc:creator>
 <guid isPermaLink="false">comment 1112538 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/taking-info-another-page#comment-1112519</link>
    <description> &lt;p&gt;What you want is called &quot;Screen Scrapping.&quot;&lt;br /&gt;
You can do a &lt;a href=&quot;http://www.google.com/search?hl=en&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;q=screen+scrape&quot; class=&quot;bb-url&quot;&gt;google search&lt;/a&gt; or check these threads:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://webmaster-forums.net/showthread.php?threadid=14505&quot; class=&quot;bb-url&quot;&gt;http://webmaster-forums.net/showthread.php?threadid=14505&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://webmaster-forums.net/showthread.php?threadid=17280&quot; class=&quot;bb-url&quot;&gt;http://webmaster-forums.net/showthread.php?threadid=17280&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Aug 2002 23:04:22 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112519 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/taking-info-another-page#comment-1112515</link>
    <description> &lt;p&gt;What language are you using? If ColdFusion then the link would run something like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp; &amp;lt;a href=&amp;quot;newpage.cfm?Query=YouQueryString&amp;quot;&amp;gt;New Page&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;What&#039;s happening here is that the page the link is on, the referring page, is sending a variable &quot;Query&quot; to the new page.  The new page is then taking this variable and using it to manipulate the page results based on the variable through a query or whatever.&lt;/p&gt;
&lt;p&gt;Does this help?&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Aug 2002 21:35:14 +0000</pubDate>
 <dc:creator>openmind</dc:creator>
 <guid isPermaLink="false">comment 1112515 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
