View Single Post
Old 01-18-2011, 06:16 PM   PM User | #9
venegal
Gütkodierer


 
Join Date: Apr 2009
Posts: 2,127
Thanks: 1
Thanked 426 Times in 424 Posts
venegal has a spectacular aura aboutvenegal has a spectacular aura about
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.
venegal is offline   Reply With Quote
Users who have thanked venegal for this post:
sotrek (01-18-2011)