Thread: My code Problem
View Single Post
  #4  
Old 21st October 2008, 08:32
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
find
Code:
<form method=post action='userdetails.php'>
change to
Code:
<form method=post action='userdetails.php?id=".$id."'>
Reply With Quote
The Following User Says Thank You to djlee For This Useful Post:
al_ltoticmat (21st October 2008)