SQL Help
Date: 04/30/06
(MySQL Communtiy) Keywords: php, sql
I've got a MOD for remembering IP addresses when someone registers on the forum and I can figure everything else out except for how to SQL something. I'm totally lost. Here's the part in the MOD that I don't get:
#-----[ SQL ]-------------------------------------------
#
ALTER TABLE phpbb_users ADD user_regip CHAR(8) NOT NULL DEFAULT '0';
#
That's the very first thing I have to do and I can't figure out where/how to do that.
Anyone? Help? Please?
Kristi
Source: http://community.livejournal.com/mysql/94109.html