Adding mass amounts of groups through database
-
This might seem a little confusing for what I am trying to accomplish, but I will do my best to explain. I want to create a large amount of groups within my social site created by me and not the users (so I will be disabling the “create group” button…I know how to do this). How can I insert the groups (batch style) within the data base from the back end and not one by one through the front end? I also must mention that I am not to worried about the avatars as I will be reconfiguring the group pages so I can have banners across the top of the page rather then an enlarged avatar. So I will be calling the banner image in from a new field within the data base.
OK…so once again my question is how can I insert groups from within the database and have them register within my site? I tried playing around with the database and inserting a new record into _groups table, but does not show in the groups within the site. Thanks for any help in advance as I am in my learning stage of PHP.
- The topic ‘Adding mass amounts of groups through database’ is closed to new replies.