| 
	
 | 
 Posted by Mladen Gogala on 06/14/72 11:41 
On Sat, 04 Mar 2006 18:08:24 +0100, Netko wrote: 
 
> I'm new to php and i need ur help. 
>  
> I have HTML table that is made form 4 columns and x rows. 
>  
> I am wondering if there is any function that could get data from 
> specific cell into variable? 
>  
> Example: 
>  
> I have some variable $var and i would like to put data from some cell 
> x,y into that variable. 
>  
> Can someone help me? 
 
 
What you want is something like Perl HTML::TableParser module. 
http://search.cpan.org/~djerius/HTML-TableParser-0.34/TableParser.pm 
Unfortunately, PHP doesn't have CPAN and you can try finding something on 
http://www.phpclasses.org, write your own parser, which shouldn't be too 
hard, or just write the whole darned thing in Perl. 
 
--  
http://www.mgogala.com
 
  
Navigation:
[Reply to this message] 
 |