Page 1 of 1
Help with script
Posted: Sat Feb 14, 2009 10:06 am
by CallComm
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
Posted: Sun Feb 15, 2009 7:21 am
by CallComm
I guess my question is too noobish for this site
Heres what i need...
Posted: Sun Feb 15, 2009 11:41 am
by CallComm
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?