Hi all I work in the design/multi-media field and I a client asked us for the following: they will provide us with a excel spread sheet with multiple log in numbers and passwords, the excel file will also have names, phone numbers, and addresses that will need to auto-fill once the correct pass and log in is entered. I am very new to databases, so this product looks easier than trying to learn coding in a few days, I have done the tutorial. We will be using Dreamweaver as the front end and hoped we could link the code from this to get the desired results. To some up will PHPmagic plus enable me to make a database compiled of log-in and password, generate the code for me to edit in Dreamweaver, and when the subject enters the correct info, once again draw from the database using dynamic text fields and auto-fill areas of intrest.
Thanks in advance for any help...Derek
The PHPMagic Plus would satisfy the members login part.
I'd suggest trying the free trial version. Download a sample file or two. Browse the 'help' within the app to familiarize yourself with how it works. That should help you use and see what the generated php scripts to manage the db will look like.
There is nothing you would do with the generated php scripts within dreamweaver unless you are familiar with php.
If you want to look for how to query your db and dynamically populate your php web pages this thread might help.