Jump to content

updating a tinybit field using php


CORT0619

Recommended Posts

Hi all,

 

I have a table setup and one of the rows called current_user is setup as a tinybit(1) because I would like to use it as a true/false field. When the user logs in I would like to do an update to that field and set it to true to let me know that the user is current. However, I am having trouble with the mysql in my php code. I currently have: "UPDATE table SET current_user = 1 WHERE id='$id'"; but for some reason it's not working. Any ideas?

Link to comment
https://forums.phpfreaks.com/topic/250477-updating-a-tinybit-field-using-php/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.