ruletka
09-17-2011, 12:39 PM
I have an explore script. A character comes along and wants to trade with you.
So anyways the hidden data is the trader's id.
So
echo ' <form action="post">
<input type="hidden" name="traderid" value="'.$tid.'">
<input type="submit" name="trading" value="Trade">
</form> ';
thats what the form looks like.
With firefox's page editor add-ons, someone can change the id of the trader. Is there a secure way to pass this information?
So anyways the hidden data is the trader's id.
So
echo ' <form action="post">
<input type="hidden" name="traderid" value="'.$tid.'">
<input type="submit" name="trading" value="Trade">
</form> ';
thats what the form looks like.
With firefox's page editor add-ons, someone can change the id of the trader. Is there a secure way to pass this information?