unexpected T_VARIABLE ERROR

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
angelina
Forum Newbie
Posts: 6
Joined: Fri May 16, 2008 5:53 am

unexpected T_VARIABLE ERROR

Post by angelina »

<FORM>
<INPUT type="button" value="UP" name="'.$val.'" onClick="'insert_rid($val,$post['rid'])'">
'next($button_no)'
<INPUT type="button" value="DOWN" name="'.$val.'" onClick="'insert_rid($val,$post['rid'])'">
</FORM>

unexpected T_VARIABLE ERROR in the above snippet!!
Post Reply