hi just got a little problem
ok so what it dose is takes the username of the person posting a comment and adds it to the forum in a uneditable way. However when it goes to upload.php it just dosnt take this, if i change it to
then it uploads that just fine into the database but not if i use php print. The username dose show up on the forum it just dosnt get uploaded to the database and causes a error.
Code:
<input type="text" name="poster" value='<?php print ("$usrname") ?>' disabled="disabled" />
ok so what it dose is takes the username of the person posting a comment and adds it to the forum in a uneditable way. However when it goes to upload.php it just dosnt take this, if i change it to
Code:
value="hello"