i have changed an auth script i have written, and now the privilages are sotred in a database. but when a user signs up i need to populate the table with some info eg.
section name, section_add, section_view, section_amend.
this is not a problem. my problem is when i go to populate the table, do i store the info in a .sql file and then import the file everytime someone signs up or create a function with 30 queries in it?
which is better??