I am in the process of creating a php script that will do the following for users in the ISP that I work at: First screen: Which department do you work for? (List of all departments, in this example we will use the salesman) Second Screen: username - password (employee enters user-pass) They are they presented with some options. First: Sign customer up for Site Survey for Wireless (which will goto a database for the department of installers). The rest we will not worry about because this is the only one I care about at the moment. Ok... so the salesman clicks on Sign customer up for Site Survey for Wireless. He is then presented with a form with the following information: The customers name customers phone number customers street address desired username desired password -------------------------- After filling that information, or whatever information we desire to put there, it is then submitted and the salesman is happy. -------------------------- NOW: the installers log into the page and they see a list of all of the people who have been submitted by the salesman. A list that looks something like the following:
View All Users!! Customers Name:Jake Green Customers Phone Number:456-456-4567 Customers Street Address:123532 booger test drive Desired Username:jgreen Desired Password:jgreen Customers Name:;lkjsdflkj Customers Phone Number:;lskdjf Customers Street Address:;lkjsdf Desired Username:l;kjdlskfjsf Desired Password:sdfsdf --------------------------------- Now what I need is check boxes on the left or right or something that means the installers have done the site survey or installation. At the bottom there should be a button that says finished. When that finished button is clicked the accounts with checks are removed from their list but are backed up into another database called installed. My question is what script do I need to add to this to make it have check boxes and backup the data to another database? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php