Help with script
Moderator: General Moderators
Help with script
I finally was able to upload the dang CSV, now i want to create a PHP script on a webpage where a user will log in and get one row of the DB at a time. then click next, and recieve another in line. there will be multiple users of the site and the next row pulled will be the next available not in use. ANY suggestions?
Re: Help with script
I guess my question is too noobish for this site
Heres what i need...
By explaining what my desired procces is i am hoping someone can direct me to the scripts i need to get/modify.
I want a individual to click the "Agent log in" button on my main site, then be brought to a log in "username/password" screen, then on to a screen (form like) with information from a single row of a MySQL database to show up for the user, then when clicked on the "next" button, return that info to the database and get the next row in line to display.
I think im close to figuring out the username/password portion, but the "grabbing" from the database and next fuctions are killin' me
Anyone have ideas?
I want a individual to click the "Agent log in" button on my main site, then be brought to a log in "username/password" screen, then on to a screen (form like) with information from a single row of a MySQL database to show up for the user, then when clicked on the "next" button, return that info to the database and get the next row in line to display.
I think im close to figuring out the username/password portion, but the "grabbing" from the database and next fuctions are killin' me
Anyone have ideas?