Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Check if user exists Reply To: Check if user exists

#169210
__
Participant

It echoes out false if I try and ID of 95 (random number).

I …guess… it works, then.

I’m having trouble with this one as it isn’t making sense to me since I need to update more than one.

One row, or one field?

Is something wrong with

db::update(
    $table, 
    ["name"=>$name, "link"=>$link, "image"=>$image], 
    ["id"=>$id] 
);

?