I am trying to merge phpBB and phpMyChat. In order to keep the database tables to a minimum I am trying to rename or delete rows that are not absolutly necessary. Therefor my question is as follow.
In c_reg_users why do you collect the IP number? What happens if I remove the parts that corresponds to that row?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to merge phpBB and phpMyChat. In order to keep the database tables to a minimum I am trying to rename or delete rows that are not absolutly necessary. Therefor my question is as follow.
In c_reg_users why do you collect the IP number? What happens if I remove the parts that corresponds to that row?