lazaroskyr Posted November 29, 2006 Share Posted November 29, 2006 I am planning on creating a program that will use smart cards and touch screens.Is PHP suitable for this purpose?I mean can PHP work with smart cards and touch screens?The program will be web based so I must use PHP... Link to comment https://forums.phpfreaks.com/topic/28852-smart-cardstouch-screens-and-php/ Share on other sites More sharing options...
trq Posted November 29, 2006 Share Posted November 29, 2006 php runs on the server. the screen runs on the client. Yes, the server side of the application could quite easily be built in php, the client side however would need to be built in a client side scripting language (Javascript) and html. Link to comment https://forums.phpfreaks.com/topic/28852-smart-cardstouch-screens-and-php/#findComment-132058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.