I have a form inside php and I'm getting this error:
Parse error: syntax error, unexpected T_STRING in C:\wamp\www\index.php on line 716
lines 709 to 716..all 716 is }...i want to keep the onmouseover. Is there a way for me to keep it.
709 Comment:
710 <div>
711 <textarea cols="25" rows="6" name="text_1"></textarea>
712 </div>
713 <br />
714 <input type="submit" value="SUBMIT" class="button" onmouseover="this.className='button2';" onmouseout="this.className='button';" />
715 ';
716 }