Quote:
Originally Posted by sarettah
Depends on the scripts.
Each script will probably have it's own user table (and related tables) so you either have to modify each one to read from one common user table, covering all vars from each table in the one. Or you need to modify the main sign up script to populate all the individual user tables from the initial sign up.
The first method, modifying all to use one is probably the better bet maintenance wise.
How easy it would be to do can't be called until you have examined each one to see what all has to change.
Hope that helps.
.
|
Thanks, the only thing I've managed to bridge before is CPG and phpBB but it was just a plugin. I'm pretty much cut and paste when it comes to programming or need a book/website open. Haven't programmed since learning BASIC on my Commodore 64. Checking out php.net to see if I can find something.