php3-list | 199903

Re: [PHP3] Getting title from a webpage From: pete collins (pcollins <email protected>)
Date: 03/18/99

you can use passthru() and do a grep to get the title(s) you are looking for

take the returned stdout and perhaps make links out of them

that could be one way

Sanford Carr wrote:

> I'm planning an article rating, feedback, and email referral form for a
> magazine site I manage. It would be great to be able to use a single
> form for rating all the articles.
>
> I know how to capture the referring URL, but it would be nice to not
> have to recode each one of the 70 or so article pages to pass the
> article title to the form. Each page does have a standard
> <TITLE>Featured Article: ARTICLENAME</TITLE> tag on the page.
>
> Is there an efficient way to go out and get this info on the fly?
>
> Sanford Carr
>
> --
> PHP 3 Mailing List http://www.php.net/
> To unsubscribe send an empty message to php3-unsubscribe <email protected>
> To subscribe to the digest list: php3-digest-subscribe <email protected>
> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
> List administrator: zeev-list-admin <email protected>

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev-list-admin <email protected>