Need some help with php input types?

  • Thread starter Thread starter titchyc
  • Start date Start date
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>";
 
Back
Top