Extract Html table info into PHP Array
-
Hi All, I'm a nube to PHP but have done some VB scripting so thought I'd try this... I am trying to get table information from our print servers, we have 5 all use the Microsoft Internet Printing system, which uses IIS to generate a page populated with that servers printer information through a ASP generated web page (google IPP_0001.asp) to to see the code... My problem is that I want to extract the table information from each of the print servers (there are 5) collate all the tables into one uber table and then perform a search on that uber table to only show printers within a specific area... a standardised formatted area being one of the tables columns for each printer entry. I have the code to perform the searches and generate the final page, but I'm struggling to generate an array populated with the html table info. Can anyone point me in the right direction to get an array populated with Html table and then displayed.. thanks in advance.