Help with script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
CallComm
Forum Newbie
Posts: 4
Joined: Sat Feb 14, 2009 10:02 am

Help with script

Post 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?
CallComm
Forum Newbie
Posts: 4
Joined: Sat Feb 14, 2009 10:02 am

Re: Help with script

Post by CallComm »

I guess my question is too noobish for this site
CallComm
Forum Newbie
Posts: 4
Joined: Sat Feb 14, 2009 10:02 am

Heres what i need...

Post 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?
Post Reply