2

The existing site has it own "users" table in a database. I'm wondering how to integrate PHPList with the existing site so that a user can check the newsletter during registration. I installed phplist thru cpanel.

Any help is greatly appreciated.

boxoft
  • 357
  • 2
  • 10

2 Answers2

2

PHPList lets you define a table prefix to avoid name clashes

See "Using a database prefix" : http://docs.phplist.com/PhpListConfigDatabase

Ken
  • 77,016
  • 30
  • 84
  • 101
  • 1
    Probably why it wasn't accepted. So a gaping opportunity for you to claim the prize! – Ken Apr 10 '11 at 17:52
0

My solution is keeping both tables in sync manually, both by a daily run script and on demand when a user account is modified in the main site. I don't propagate changes from phplist to the master app tough.

rgz
  • 362
  • 4
  • 20