Thread: My code Problem
View Single Post
  #2  
Old 20th October 2008, 19:09
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default
without seeing the entire code i cant help much but

go to your html output (i.e. view source in your browser)

and look for the hidden input

<input type=hidden name=receiver value=x>

see what the value is .. it should be outputting the value of $user['id'] but from the error im guessing it is not .. either that or the code in userdetails uve added doesnt account for id being sent via post and is wanting the id var sent by GET .. as i said without seeing the mod you've installed as well as the code uve added i cant help
Reply With Quote