<textarea rows="1" cols="80" name="textarea{7}1" class="textarea_getcode">http://example.com/upload/logo.png</textarea>
Please tell me how to grab http://example.com/upload/logo.png
Thanks ..
<textarea rows="1" cols="80" name="textarea{7}1" class="textarea_getcode">http://example.com/upload/logo.png</textarea>
Please tell me how to grab http://example.com/upload/logo.png
Thanks ..
$textarea = $html->find('textarea[class=textarea_getcode]');
$textarea->innertext;
something like that?