Quote:
|
<form action="edit_subject.php?subj=<?php urlencode($sel_subject["id"]); ?>" method="post" >
|
You don't echo anything inside the php tags, that's why there's nothing there.
A glance at the generated HTML source would have given the problem away instantly.