What I have is this:
<form action="add.php?username=<?=$username?>password=<?=$password?>name=<?=$name?>descrip=<?=$descrip?>eta=<?=$eta?>chems=<?=$chems?>how=<?=$how?>affect=<?=$affect?>timestamp=<?=$timestamp?>ip=<?=$ip?>id=<?=$id?>" method="post">
The only thing wrong with it, is it combines all other information into $username when it posts.
Like $username goes from Kudose to:
Kudosepassword=XXXXXXname=minedescrip=etcetcetc...
Is there a way to divide the variables in the URL so it doesnt do this?