Posted by Carl Vondrick on 11/09/34 11:41
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?
>
Take a look at SimpleXML. As long as you are writing your pages in
XHTML, this should do exactly what you want.
--
Carl Vondrick
www.carlsoft.net
usenet [at] carlsoft [dot] net
[Back to original message]
|