For parsing, your best bet would be regular expressions. If you aren't
familiar with them, then this would most likely be a custom programming job,
as there's no such thing as an off the shelf parsing routine.

www.php.net/preg_match_all would be the best function to use to parse, and
you should get the input via either www.php.net/fopen or www.php.net/file

/* Chris Lambert, CTO - [EMAIL PROTECTED]
WhiteCrown Networks - More Than White Hats
Web Application Security - www.whitecrown.net
*/

----- Original Message -----
From: Jeff Lewis <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 07, 2001 2:18 PM
Subject: [PHP] Parsing HTML files?


| Is it possible to parse an HTML like at:
| http://hyrum.net/wwbl/HTML/watrost.htm ?
|
| I'd like to be able to grab the player name and ratings and add them to a
| "pretty" HTML output :)
|
| Jeff
|


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to