I have a db and I want to update one contens i it. I have try this
$sql = 'UPDATE romdb SET status = \'opptatt\','
. ' alt = NULL WHERE rid = \'1\' LIMIT 1 ;'
. ' ';
this is working, but I want to use a variable like $brid insteed of \'1\'
Can enyone help me???