php3-list | 199903
Date: 03/18/99
- Next message: Michael A. Smith: "Re: [PHP3] Simple calendar functions"
- Previous message: Jens Knoell: "Re: [PHP3] php & webcam trouble"
- In reply to: Sanford Carr: "[PHP3] Getting title from a webpage"
- Next in thread: Hans Anderson: "Re: [PHP3] Getting title from a webpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Michael A. Smith: "Re: [PHP3] Simple calendar functions"
- Previous message: Jens Knoell: "Re: [PHP3] php & webcam trouble"
- In reply to: Sanford Carr: "[PHP3] Getting title from a webpage"
- Next in thread: Hans Anderson: "Re: [PHP3] Getting title from a webpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

