|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-18 10:48 UTC] kevin at nsane dot net
[2000-04-01 23:38 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 29 07:00:01 2026 UTC |
<pre> $exp = "<tr><td><a href=\"(.*)\">(.*)</a></td><td align=\"center\">(.*)</td><td>(.*)</td><td align=right><b>(.*)</b></td><td>(.*)</td><td><A HREF=\"(.*)\">(.*)</A></td></tr>"; $af = fopen("http://cgi3.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewListedItems&userid=johannah@ccssinc.com&include=0&since=-1&sort=2&rows=50","r"); while (!$end) { $line = fgets($af, 2048); $content .= $line; $end = feof($af); } fclose($af); if (ereg($exp,$content,$reg)) { echo $reg[2] . "\n"; } </pre>