I have 3 site that all have a newsletter subscription and 3 databases is it possible to have one database instead of 3? All three are on the same server and IP ie siteone.com sitetwo.com sitethree.com This way I dont have to manually update all the databases. All the script does is allow for a email address to be inputed and checks to see if it's been submitted once. Is this difficult to do
If all three db's contain different data be sure to merge the data into one DB and then use a single connection string for all three sites.
All three sites will use the exact same script and database. All that is in the database is there email and unsubscribe code. If someone could walk me through this step by step with actual code I will pay for your time.