Quote:
Originally Posted by Boofo
referrerid='$usersid'
should be
referrerid='$userid'
|
oh. Isnt it supposed to be $usersid since in the first line it says :
$usersid=$this->post['userid'];
I'm not a php coder at all but I thought that line assigns the userid to $usersid ?
Please feel free to correct me. I'm sure to learn something new here.
BTW, setting it to referrerid='$userid' in the where clause didint work either.