Parallel port controller from php
Dear You,
Could you please give some advice how to write a php or Java script to be able to read or write the parallel port through the web? similar than used to be by Pascal
Many Thanks,
Peter
[221 byte] By [
Petrusz] at [2007-11-20 11:26:59]

# 1 Re: Parallel port controller from php
You can't. JavaScript does not have that kind of access on the client machine. And PHP has now access to the client machine since it is a server-side scripting language.