Okay,
What I want to do, is have the user type in a term, it will search a certain off-host site, get the source, and find a certain line in it. For example, for simplicity, say I wanted a retrieve eBay bid script.
User would type in the item number, it would open the page, and look for:
<font face="Arial" size="2">
Current bid:
</font>
</td>
<td width="100%">
<font face="Arial" size="2"><b>C $910.01
From there, it would extract the actual price.
Is there any way to actually do this? 😉