Shamandalie Posted October 19, 2006 Share Posted October 19, 2006 First of all, thanks to anyone who will try to answer this.I'm doing a projet in which I need to get some information from a web page. I'm using Apache2 for windows and php 4.4.4.I have to use the mod_status function to get information from the current requests of the server. My server is on localhost (port 80) so I call the function with the request: [code]http://localhost/server-status[/code]This is the page I get (printed it in 2 images):[url=http://img225.imageshack.us/img225/1323/print1bl2.png]http://img225.imageshack.us/img225/1323/print1bl2.png[/url][url=http://img225.imageshack.us/img225/2077/print2yz0.png]http://img225.imageshack.us/img225/2077/print2yz0.png[/url]The information I have to get from that page are:Total Traffic: (ex.) 29 kBRequest:GET /server-status HTTP/1.1 (the Request part of the URL)and I have to put them into a list that of objects to store the urls and the traffic that each request needed to be answered. I have to put a new record in the list each time the server receives a request.I have to write a php function to do that, but I have no clue how to start it. If you have some suggestion I'll be grateful.Thanks again in advance. Link to comment https://forums.phpfreaks.com/topic/24424-how-to-parse-an-html-page/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.