Posted by one man army on 01/18/06 22:07
In article <newsAT-6B1869.10452618012006@newsclstr02.news.prodigy.com>,
one man army <newsAT@screenlightDOT.com> wrote:
> > PHP Version 4.4.0
>
> btw- the element is an <INPUT type="text"> within a form. There is only
> one ID by that name, and only one INPUT in the form. A Very Simple Page.
$elem = $doc->getElementById('zipRaw_id');
is returning a non-null element. I just can't find the
value/innerText/attribute whatever to get the text out
pointers appreciated
-Brian
[Back to original message]
|