Nightfire
09-11-2002, 12:39 AM
How can I update various fields at once? I tried
UPDATE members SET bio='$bio',chat='$chat' WHERE username='$username'"
but it doesn't seem to update the chat field for some reason
I'm using php
UPDATE members SET bio='$bio',chat='$chat' WHERE username='$username'"
but it doesn't seem to update the chat field for some reason
I'm using php