Hi
I need some help
I can fix this error but it is not doing what I want it to do.
so here it goes
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /dir/myfile.php on line 15
$ret['<h1>Number:'] = $html->find('h1', s0)->innertext '</h1>';
the original code says
$ret['<h1>Number:'] = $html->find('h1', s0)->innertext;
and it would print perfact without any errors
but I am trying to make the output Number: --->output <h1> </h1>
I dont care if my number gets h1 code or not but I want the output to be h1 sized, if I dont close it the codes number this also gets h1 size & I dont want that