View Single Post
  #1 (permalink)  
Old Mar 16th, 2008, 19:17
iochinome iochinome is offline
Junior Member
Join Date: Feb 2008
Location: U.S.A
Age: 26
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
changing vaules in tables

hey guys, i need to be able to change a specific value in a table: there are three values in a row in this table, NAME, PASSWORD, and BOOLY. i want to be able to toggle BOOLY for when the person is logged on or not, so change that value to 0 when they are not logged on, and 1 when they are. i have all the rest of the code done, just this part is stumping me. i tried fetching the array of this row and saying "$result['BOOLY'] = "1" " and so forth, but that didnt change it in the database for some reason. thnaks guys
Reply With Quote