Not to sure where to start

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
fI_Ux
Forum Newbie
Posts: 2
Joined: Wed Jun 26, 2002 10:21 am

Not to sure where to start

Post by fI_Ux »

Hi, I'm new to PHP and i work as a web developer, my boss came to me with a new project. I don't know if this is even possiable, and i'm not looking for anyone to tell me how to do it, i was just wondering if there were any good books, or places online where i could start. Alright here is the scenario;

I need to secure a section of the web by means of a smartcard, i need php to interact with the card and essentially verify that a user is or is not allowed in.

Is this possiable? or should I be looking into another language? PERL?

thanks in advance.

oh the card connects via usb if that makes difference.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Java has quite a handy API for smartcards and similar
fI_Ux
Forum Newbie
Posts: 2
Joined: Wed Jun 26, 2002 10:21 am

Post by fI_Ux »

i think i will go that route, thanks alot.
Post Reply