Thread: My code Problem
View Single Post
  #3  
Old 21st October 2008, 07:17
al_ltoticmat al_ltoticmat is offline
Senior Member
 
Join Date: Oct 2008
Posts: 44
Default
value is correct.

Code:
<form method=post action='userdetails.php'><input type=hidden name=receiver value=42><input type=text size=6 name=money>&nbsp;&nbsp;<input type=submit value="Transfer" style='height: 23px'></form></td>
userid is 42 and value is 42.

This is my userdetail.php
Attached Files
File Type: php userdetails.php (22.6 KB, 3 views)
Reply With Quote