Page 1 of 1
Card Reader PHP Style?
Posted: Sun May 25, 2003 11:33 pm
by gavillena
We want to impement a card reader using ORGA MCT 5000. Anyone has ever attempted to create a PHP application with it or any card reader?
Posted: Mon May 26, 2003 10:47 am
by BDKR
The web site for ORGA didn't seem to be much help. Do you have an SDK or something similar for this card? Does ORGA provide one? Give us some more detail about it.
Cheers,
BDKR
Posted: Fri May 30, 2003 5:47 am
by gavillena
OK.. I've already done an application for the card reader, but it is in Visual C++ because the SDK is in C++. Now the problem is to convert it use it in PHP. I've come across this two articles:
http://www.tutorbuddy.com/software/phpcpp/phpcpp/
http://www.devnewz.com/2002/0909.html
any view on this?
Thanks.
Posted: Fri May 30, 2003 5:58 am
by Gleeb
It seems impractical for a PHP web-app to use a card reader, so I'd love to know what you're doing. I'm no use to you though

Posted: Sun Jun 01, 2003 12:46 am
by gavillena
well... because we're developing in PHP because it's free

We're going to produce a kiosk for a loyalty program in an intranet environment. Hmm.. any suggestions on how to implement my C++ program on PHP? Somebody said to me that passing parameters would do the job but I don't know how to do it...
