Re: [PHP] Get Pagetitle with PHP

2002-05-02 Thread Pushkar Pradhan
Sine PHP has so many string parsing functions, you can grab the text betn. ... e.g. HTML code: .. Read the whole file by line into an array - http://www.php.net/manual/en/function.file.php search for line containing for($lines as $onelineatatime) { strpos($onelineatatime, "") remov

Re: [PHP] Get Pagetitle with PHP

2002-05-02 Thread Justin French
U, not sure what you're trying to achieve. PHP is parsed on the server before it is sent to the browser. So, since you're the one writing the PHP file, you know what the page title is already, don't you Unless you're talking about parsing an existing HTML page, and extracting the title.

[PHP] Get Pagetitle with PHP

2002-05-02 Thread Ivo Neuhauser
Hi, is it possible to get the HTML-Pagetitle with PHP? Thanks for help. Ivo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php