automatically ID the user based on network ID

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
T.roy
Forum Newbie
Posts: 2
Joined: Sun Apr 16, 2006 11:21 am

automatically ID the user based on network ID

Post by T.roy »

I am currently working on a project for school in a team setting. We are wirting a program for a client that incorporates their website and an automatic reporting system that pulls info from a peoplesoft(sql back) database.
We are using Apache web server, PHP, and Mysql to create a demo.


I am to create part of the code that automatically IDs the user based on network ID. I have no experience in PHP, and am not a seasoned programmer. I have been researching the ability of PHP to do this, but with litttle luck. Is there a way to do this, if so could you point me in the right direction? Any examples of such code would be helpful.


Thank you.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

define "Network ID" please.
T.roy
Forum Newbie
Posts: 2
Joined: Sun Apr 16, 2006 11:21 am

Post by T.roy »

I think just a windows userid and password that one would use on their workstation.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply