Using either CGI (perl) or PHP, I need to include the second table and the second table only from another dynamically generated page. The page is on another server, so I'm currently using a
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier><?php include(<font color = red>"http://mydomain.myserver.tld/mypage.cgi"</font>></font>[/code]
to get and include the page before it's served. However, things would look much nicer if I could simply take the second table off of the page and include only what is between the second set of <table></table> tags.
I know there must be a way of doing this, however, my PHP and perl skills are lousy, can anyone help me?
Thanks.