hey guys, i hope you all fine.
to make a profile like system, with simple way, follow the next steps.
- create a new column in "boom_users" to store the users likes count.
ALTER TABLE boom_users ADD profile_like int(11) NOT NULL DEFAULT (0);
then we need to create a new table to store who...