Has anyone ever tried to integrate Webdata Pro and aMember. Webdata Pro has its own members and groups... It is a perl cgi script that makes database queries easy... I use it on my site, so I didn't have to learn PHP.. Can aMember members be parsed into the Webdata Pro database? Yes I actually set up both on sepearate databases. Thanks, Tom
More information I forgot to mention that webdata pro has a seperate database on my server, but has groups, usernames, etc. as fields in the table, similar to what amember uses. I guess my question is in two parts: 1. Would it be best to set the cgi script to allow all users and just use amember to control access to the script or would it be best to write a script that updates the membership data in webdata prob from the membership data in the amember database? 2. How do I get started with the script process, should I use perl or php??
It is better to write a plugin for aMember (in PHP, of course) that will add/update records in your script database. How to do it? Have a look to last chapter of aMember Pro manual.