2 $uid = trim($_GET['i']);
10 <form method
="post" action
="msg.php">
11 <input type
="hidden" value
="<?php echo $uid ?>" name
="zxcvbnm"><!-- needs enc
-->
13 <input type
="text" name
="id"><br
><br
>
16 <input type
="text" name
="subj"><br
><br
>
19 <textarea rows
="5" name
="msg"></textarea
><br
><br
>
20 <input type
="submit" name
="submit" value
="Submit">