T
titchyc
Guest
im trying to add an input type to this bit of php but not sure how to do it. it just keeps coming up with an error. have i done something wrong? i get confused with all the commas etc..
<input type=hidden name=id value='. $counter. ". $item['question'] ."</P>";
<input type=hidden name=id value='. $counter. ". $item['question'] ."</P>";